Skip to content

Commit

Permalink
Merge pull request #25 from xx45/dev
Browse files Browse the repository at this point in the history
fix: fix style
  • Loading branch information
iamkun authored Apr 20, 2018
2 parents 7d0a81c + 76b69d6 commit 55126fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/index.js",
"scripts": {
"test": "jest",
"lint": "echo start lint && ./node_modules/.bin/eslint src/* test/*",
"lint": "./node_modules/.bin/eslint src/* test/*",
"build": "BABEL_ENV=build rollup -c"
},
"pre-commit": [
Expand Down

0 comments on commit 55126fe

Please sign in to comment.