Skip to content

Commit

Permalink
Remove package.json5 file
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jordanbtucker committed Mar 18, 2018
1 parent 0336c9c commit 342d575
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 87 deletions.
7 changes: 0 additions & 7 deletions build/check-package.js

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -16,7 +16,7 @@
"prepublishOnly": "npm run lint && npm test && npm run production",
"pretest": "cross-env NODE_ENV=test npm run build",
"preversion": "npm run lint && npm test && npm run production",
"production": "cross-env NODE_ENV=production npm run build && babel-node build/check-package.js",
"production": "cross-env NODE_ENV=production npm run build",
"test": "nyc --reporter=html --reporter=text mocha"
},
"repository": {
Expand Down
79 changes: 0 additions & 79 deletions package.json5

This file was deleted.

0 comments on commit 342d575

Please sign in to comment.