Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "per-env", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Clean up your package.json with per-NODE_ENV npm scripts", | ||
@@ -10,7 +10,5 @@ "bin": { | ||
"test": "./bin/per-env && NODE_ENV=test ./bin/per-env", | ||
"pretest:development": "echo ${npm_lifecycle_event} ${CUSTOM_VALUE}", | ||
"test:development": "echo ${npm_lifecycle_event} ${CUSTOM_VALUE}", | ||
"posttest:development": "echo ${npm_lifecycle_event} ${CUSTOM_VALUE}", | ||
"pretest:test": "echo ${npm_lifecycle_event} ${CUSTOM_VALUE}", | ||
@@ -17,0 +15,0 @@ "test:test": "echo ${npm_lifecycle_event} ${CUSTOM_VALUE}", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
5137