Browse Source

[misc] Added tags

tags/v0.10.0
Muthu Kumar 6 years ago
parent
commit
adac966998
  1. 9
      package.json

9
package.json

@ -1,12 +1,17 @@
{ {
"name": "@codefeathers/promise.object", "name": "@codefeathers/promise.object",
"version": "0.9.0", "version": "0.9.1",
"description": "Deep resolve 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": [
"Promise",
"A+",
"objects",
"deep resolve"
],
"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)"

Loading…
Cancel
Save