Skip to content

Commit 0735b72

Browse files
committed
0.3.0 release
1 parent bfe40a3 commit 0735b72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typhonjs-npm-scripts-runner",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"homepage": "https://github.com/typhonjs-node-npm-scripts/typhonjs-npm-scripts-runner",
55
"description": "Provides an NPM module and script which will load a JSON file searching for an Array entry then executes the scripts.",
66
"license": "MPL-2.0",
@@ -18,11 +18,11 @@
1818
}
1919
],
2020
"dependencies": {
21-
"fs-extra": "^1.0.0",
21+
"fs-extra": "^2.0.0",
2222
"strip-json-comments": "^2.0.0"
2323
},
2424
"devDependencies": {
25-
"typhonjs-config-eslint": "^0.4.0"
25+
"typhonjs-config-eslint": "^0.5.0"
2626
},
2727
"keywords": [
2828
"typhonjs",

0 commit comments

Comments
 (0)