Skip to content

Commit 76d2175

Browse files
committed
Update README.md
1 parent 7da7d26 commit 76d2175

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Provides a unified environment combining the following set of NPM modules / scri
1818
- [typhonjs-npm-scripts-build-babel](https://www.npmjs.com/package/typhonjs-npm-scripts-build-babel)
1919
- [typhonjs-npm-scripts-publish](https://www.npmjs.com/package/typhonjs-npm-scripts-publish)
2020
- [typhonjs-npm-scripts-test-mocha](https://www.npmjs.com/package/typhonjs-npm-scripts-test-mocha)
21+
- [typhonjs-npm-scripts-runner](https://www.npmjs.com/package/typhonjs-npm-scripts-runner)
2122

2223
Please refer to the above NPM modules for documentation regarding expanded configuration details specific to each script. All TyphonJS NPM script modules use `.npmscriptrc` found in the root path to store JSON formatted configuration parameters. It should be noted that this NPM module requires NPM 3.0+ as flat packages for the `./node_modules` directory is necessary to easily import the NPM modules linked by `typhonjs-npm-build-test`.
2324

@@ -31,7 +32,7 @@ To configure all scripts included in `typhonjs-npm-build-test` provide this entr
3132

3233
```
3334
"devDependencies": {
34-
"typhonjs-npm-build-test": "^0.2.0"
35+
"typhonjs-npm-build-test": "^0.3.0"
3536
},
3637
"scripts": {
3738
"build": "babel-node ./node_modules/typhonjs-npm-scripts-build-babel/scripts/build.js",

0 commit comments

Comments
 (0)