Skip to content

Commit

Permalink
(Hopefully) avoid future embarrassment
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric O'Connell committed Mar 11, 2016
1 parent d23fe2c commit c052ad3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions build/lint.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ exports.default = findUntranslatedStrings;

var _ast = require('./ast');

var _generation = require('./generation');

var _generation2 = _interopRequireDefault(_generation);

var _parsing = require('./parsing');

var _parsing2 = _interopRequireDefault(_parsing);
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"jsxlate-lint": "./bin/jsxlate-lint.js"
},
"scripts": {
"build": "./build.sh",
"prepublish": "./build.sh",
"build": "npm run test && ./build.sh",
"prepublish": "npm run build",
"test": "npm run lint && NODE_ENV=test nyc mocha --compilers js:babel-register",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"lint": "eslint src test"
Expand Down

0 comments on commit c052ad3

Please sign in to comment.