eic-vocab-app-models
Advanced tools
Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "eic-vocab-app-models", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"main": "./dist/index.js", | ||
@@ -10,2 +10,4 @@ "files": [ | ||
"cz": "git-cz", | ||
"preflow": "if [ ! -d \"flow-typed\" ]; then flow-typed install jest@22.1.4; fi", | ||
"flow": "flow", | ||
"build:clean": "rimraf ./dist", | ||
@@ -19,6 +21,5 @@ "build": "npm run build:clean && babel src -d dist --ignore *.spec.js", | ||
"test:clean": "rimraf ./coverage", | ||
"pretest": "npm run test:clean && npm run lint && flow", | ||
"pretest": "npm run test:clean && npm run lint && npm run flow", | ||
"test": "NODE_ENV=test jest --coverage ./src", | ||
"precommit": "npm run lint:staged", | ||
"postinstall": "[ \"$NODE_ENV\" != production ] && flow-typed install jest@22.1.4" | ||
"precommit": "npm run lint:staged" | ||
}, | ||
@@ -36,3 +37,3 @@ "lint-staged": { | ||
"babel-cli": "^6.26.0", | ||
"babel-core": "^6.26.0", | ||
"babel-core": "^6.0.0", | ||
"babel-eslint": "8.1.1", | ||
@@ -39,0 +40,0 @@ "babel-jest": "^22.1.0", |
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
11110
0