Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
developit committed Oct 26, 2018
1 parent 29f08a9 commit d711dd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"build": "npm run -s build:babel && npm run -s build:self",
"build:babel": "babel-node src/cli.js --no-compress --format cjs src/{cli,index}.js --presets env",
"build:self": "node dist/cli.js --no-compress --format cjs src/{cli,index}.js",
"precommit": "lint-staged",
"prepare": "npm run -s build",
"prepare:babel": "babel --presets env src/*.js -d dist && npm t",
"lint": "eslint src",
Expand Down

0 comments on commit d711dd9

Please sign in to comment.