Skip to content

Commit

Permalink
Merge branch '2.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
youngjuning committed Apr 23, 2018
2 parents d1b8c72 + 26553bd commit c1e021c
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "wx-promise-pro",
"version": "2.0.2",
"description": "强大的、优雅的小程序 Promise 库",
"main": "wxPromise.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/youngjuning/wxPromise.git"
},
"keywords": [
"promise",
"es6",
"then",
"catch",
"finally",
"小程序",
"weapp",
"miniapp",
"weixin"
],
"author": "youngjuning",
"license": "MIT",
"bugs": {
"url": "https://github.com/youngjuning/wxPromise/issues"
},
"homepage": "https://github.com/youngjuning/wxPromise#readme"
}

0 comments on commit c1e021c

Please sign in to comment.