Browse Source

[misc] package changes

tags/v0.10.0
Muthu Kumar 6 years ago
parent
commit
df92f708e6
  1. 36
      package.json

36
package.json

@ -1,15 +1,23 @@
{ {
"name": "@codefeathers/promise.object", "name": "@codefeathers/promise.object",
"version": "0.0.1", "version": "0.0.2",
"description": "Deep resolving promises in objects.", "description": "Deep resolve promises in objects.",
"main": "es6/index.js", "main": "es6/index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"keywords": [], "keywords": [],
"author": "Muthu Kumar <@MKRhere> (https://mkr.pw)", "author": "Muthu Kumar <@MKRhere> (https://mkr.pw)",
"contributors": [ "contributors": [
"Thomas Rory Gummerson <@TRGWII> (https://rory.no)" "Thomas Rory Gummerson <@TRGWII> (https://rory.no)"
], ],
"license": "MIT" "repository": {
} "type": "git",
"url": "git+https://github.com/codefeathers/Promise.object.git"
},
"bugs": {
"url": "https://github.com/codefeathers/Promise.object/issues"
},
"homepage": "https://github.com/codefeathers/Promise.object#readme",
"license": "MIT"
}
Loading…
Cancel
Save