Skip to content

Commit

Permalink
Resolves issue with build
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankush Mehta committed Feb 13, 2019
1 parent ea51d3c commit 1f2e2e0
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 @@ -11,7 +11,7 @@
"test:watch": "npm test -- --watch",
"test:examples": "node examples/",
"cover": "istanbul cover _mocha -- --require babel-core/register --require babel-polyfill --recursive",
"lint": "eslint src test",
"lint": "eslint src",
"build": "cross-env BABEL_ENV=production babel src --out-dir lib",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
"prepublish": "npm run clean && npm run lint && npm run test && npm run build"
Expand Down

0 comments on commit 1f2e2e0

Please sign in to comment.