Skip to content

Commit

Permalink
Don't remove .babelrc
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilander committed May 22, 2017
1 parent 90606aa commit b71302f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.babelrc
node_modules/
.idea
test
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"build": "babel src --out-dir .",
"check": "node_modules/.bin/eslint --ext \".js\" --ignore-pattern node_modules --quiet .",
"test": "NODE_ENV=test mocha --opts test/mocha.opts",
"postinstall": "rm -f .babelrc && npm run build"
"postinstall": "npm run build"
}
}

0 comments on commit b71302f

Please sign in to comment.