We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfe40a3 commit 0735b72Copy full SHA for 0735b72
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "typhonjs-npm-scripts-runner",
3
- "version": "0.2.0",
+ "version": "0.3.0",
4
"homepage": "https://github.com/typhonjs-node-npm-scripts/typhonjs-npm-scripts-runner",
5
"description": "Provides an NPM module and script which will load a JSON file searching for an Array entry then executes the scripts.",
6
"license": "MPL-2.0",
@@ -18,11 +18,11 @@
18
}
19
],
20
"dependencies": {
21
- "fs-extra": "^1.0.0",
+ "fs-extra": "^2.0.0",
22
"strip-json-comments": "^2.0.0"
23
},
24
"devDependencies": {
25
- "typhonjs-config-eslint": "^0.4.0"
+ "typhonjs-config-eslint": "^0.5.0"
26
27
"keywords": [
28
"typhonjs",
0 commit comments