Skip to content

Commit

Permalink
更新版本
Browse files Browse the repository at this point in the history
  • Loading branch information
j-xzy committed Oct 17, 2019
1 parent f768b57 commit b277631
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "type-redux-hook",
"version": "1.0.2",
"version": "1.0.3",
"main": "./lib/index.js",
"scripts": {
"clean": "rm -fr lib",
"build": "yarn clean && tsc -p ./tsconfig.json",
"lint": "tslint -c tslint.json -p tsconfig.json",
"fix-lint": "tslint -c tslint.json -p tsconfig.json --fix",
"test": "jest __test__",
"coveralls": "jest __test__ --coverage --coverageReporters=text-lcov | coveralls"
"coveralls": "jest __test__ --coverage --coverageReporters=text-lcov | coveralls",
"prepublish": "npm run build"
},
"files": [
"lib"
Expand Down

0 comments on commit b277631

Please sign in to comment.