eic-vocab-app-models
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -13,3 +13,2 @@ 'use strict'; | ||
exports.default = { Practice: _Practice2.default }; | ||
exports.default = { Practice: _Practice2.default }; |
{ | ||
"name": "eic-vocab-app-models", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"main": "./dist/index.js", | ||
"scripts": { | ||
"cz": "git-cz", | ||
"prepare": "babel index.js > dist/index.js", | ||
"build": "babel src -d dist", | ||
"prepare": "npm run build", | ||
"lint": "npm run lint:js", | ||
"lint:eslint": "eslint --ignore-path .gitignore --ignore-pattern internals/scripts", | ||
"lint:js": "npm run lint:eslint -- .", | ||
"lint:js": "npm run lint:eslint -- ./src", | ||
"lint:staged": "lint-staged", | ||
"test:clean": "rimraf ./coverage", | ||
"pretest": "npm run test:clean && npm run lint && flow", | ||
"test": "NODE_ENV=test jest --coverage", | ||
"test": "NODE_ENV=test jest --coverage ./src", | ||
"precommit": "npm run lint:staged" | ||
@@ -16,0 +17,0 @@ }, |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
194107
14
832
1