Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lake2 committed Jun 20, 2020
1 parent 86ac94a commit ee33ac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "imdux",
"version": "0.1.7",
"version": "0.1.8",
"description": "A redux helper for react & hooks & typescript developers.",
"main": "dist/imdux.js",
"types": "src/types.d.ts",
Expand All @@ -9,7 +9,7 @@
"cover": "jest --coverage --coverageReporters=text-lcov | coveralls",
"dev": "webpack-dev-server --config webpack.dev.config",
"pack": "webpack --config webpack.dist.config",
"publish": "npm publish --registry http://registry.npmjs.org",
"pub": "npm publish --registry http://registry.npmjs.org",
"lint": "node_modules/.bin/tslint -p tsconfig.json --fix"
},
"files": [
Expand Down

0 comments on commit ee33ac5

Please sign in to comment.