Skip to content

Commit 0655904

Browse files
committed
Merge branch 'master' of github.com:typhonjs-node-npm-scripts/typhonjs-npm-build-test
2 parents b590624 + 189f546 commit 0655904

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.3.0 (2016-06-04)
2+
- Added [typhonjs-npm-scripts-runner](https://github.com/typhonjs-node-npm-scripts/typhonjs-npm-scripts-runner)
3+
- Updated the following sub-modules (click to see respective CHANGELOG):
4+
- [typhonjs-npm-scripts-build-babel(0.3.0)](https://github.com/typhonjs-node-npm-scripts/typhonjs-npm-scripts-build-babel/blob/master/CHANGELOG.md#030-2016-06-03)
5+
- [typhonjs-npm-scripts-publish(0.2.0)](https://github.com/typhonjs-node-npm-scripts/typhonjs-npm-scripts-publish/blob/master/CHANGELOG.md#020-2016-06-02)
6+
17
## 0.2.0 (2016-06-02)
28
- Updated the following sub-modules:
39
- typhonjs-node-esdoc(0.2.0)

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)