Skip to content

Commit 342d575

Browse files
committedMar 18, 2018
Remove package.json5 file
Attempting to keep package.json and package.json5 in sync proves difficult, especially when running `npm version`. The package.json5 file will be removed until an easier way to maintain it is developed.
1 parent 0336c9c commit 342d575

File tree

3 files changed

+1
-87
lines changed

3 files changed

+1
-87
lines changed
 

‎build/check-package.js

-7
This file was deleted.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"prepublishOnly": "npm run lint && npm test && npm run production",
1717
"pretest": "cross-env NODE_ENV=test npm run build",
1818
"preversion": "npm run lint && npm test && npm run production",
19-
"production": "cross-env NODE_ENV=production npm run build && babel-node build/check-package.js",
19+
"production": "cross-env NODE_ENV=production npm run build",
2020
"test": "nyc --reporter=html --reporter=text mocha"
2121
},
2222
"repository": {

‎package.json5

-79
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.