Skip to content

Commit 3d3c6fd

Browse files
committed
0.6.0 release; converted to ES6
1 parent 2fc5ac0 commit 3d3c6fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
- Removed dependencies for esdoc, eslint and jspm.
77

8-
- Tasks now require dependencies for esdoc, eslint and jspm to be included separately for tasks to be loaded.
8+
- Tasks now require dependencies for esdoc, eslint and jspm to be included separately for tasks to be loaded please see [typhonjs-npm-build-test](https://www.npmjs.com/package/typhonjs-npm-build-test) for an all inclusive NPM module to pair with `typhonjs-core-gulptasks`.
99

1010
- `esdoc` task will load `.esdocrc` or `esdoc.json`; TyphonJS now standardizes on `.esdocrc`.
1111

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"gulp-task-listing": "^1.0.0",
2929
"jspm": "^0.16.0",
3030
"typhonjs-config-eslint": "^0.4.0",
31-
"typhonjs-npm-build-test": "^0.0.10"
31+
"typhonjs-npm-build-test": "^0.1.0"
3232
},
3333
"main": "dist/index.js",
3434
"engines" : {

0 commit comments

Comments
 (0)