@invrs/npm-tasks
Advanced tools
Comparing version 0.8.3 to 0.8.5
{ | ||
"name": "@invrs/npm-tasks", | ||
"version": "0.8.3", | ||
"version": "0.8.5", | ||
"description": "River tasks to run npm commands", | ||
@@ -30,3 +30,3 @@ "main": "dist/index.js", | ||
"pretty": "prettier --write **/*.css **/*.json **/*.md", | ||
"test": "jest test", | ||
"test": "jest", | ||
"watch": "rimraf dist; babel lib --watch --out-dir dist --source-maps" | ||
@@ -53,11 +53,14 @@ }, | ||
"setupFiles": [ | ||
"./test/setup.js" | ||
"<rootDir>/test/setup.js" | ||
], | ||
"testMatch": [ | ||
"**/*Test.js" | ||
"<rootDir>/test/**/*Test.js" | ||
] | ||
}, | ||
"starters": [ | ||
"basics", | ||
"babel", | ||
"babel-node" | ||
"babel-node", | ||
"babel-scripts", | ||
"jest" | ||
], | ||
@@ -64,0 +67,0 @@ "babel": { |
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
15302
0