Skip to content

Commit 2886bb8

Browse files
committed
Update README.md
1 parent 4af7bfd commit 2886bb8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The following tasks are available and defined in `typhonjs-core-gulptasks`:
2424
- [npm-uninstall](https://github.com/typhonjs/typhonjs-core-gulptasks/blob/master/tasks/npm.js) - Executes `npm uninstall` via NPM CLI.
2525
- [test-basic](https://github.com/typhonjs/typhonjs-core-gulptasks/blob/master/tasks/test.js) - Sets process.env.TRAVIS and runs `eslint` and `jspm-bundle` tasks for basic testing. (Add `--travis` argument to run minimal in memory bundle op for Travis CI.)
2626

27-
Latest Update
27+
Latest significant changes:
2828
- 0.3.0:
2929
- For esdoc task added [esdoc-importpath-plugin](https://www.npmjs.com/package/esdoc-importpath-plugin]) and
3030
[esdoc-es7-plugin](https://www.npmjs.com/package/esdoc-es7-plugin) plugin support.
@@ -44,8 +44,8 @@ First include it as an entry in `devDependencies` in `package.json`:
4444
4545
"devDependencies": {
4646
"gulp": "^3.9.0",
47-
"jspm": "^0.16.14",
48-
"typhonjs-core-gulptasks": "^0.3.0"
47+
"jspm": "^0.16.19",
48+
"typhonjs-core-gulptasks": "^0.3.1"
4949
}
5050
}
5151
```
@@ -102,7 +102,7 @@ The following is an example entry:
102102

103103
Please note that `extraConfig` can be a string / file path relative to the project root path that defines an additional JSPM styled configuration file like `config.js` (wrapped in a `System.config({ ... });` statement). This is particularly useful to define additional user supplied mapped paths that incorporate normalized JSPM package paths resolved from `config.js`. If an object literal / hash is supplied it is loaded directly.
104104

105-
For a comprehensive demo and tutorial see the [backbone-parse-es6-demo](https://github.com/typhonjs/backbone-parse-es6-demo) repo which uses `typhonjs-core-gulptasks`.
105+
For a comprehensive demo and tutorial see the [backbone-parse-es6-todos](https://github.com/typhonjs-demos/backbone-parse-es6-todos) repo which uses `typhonjs-core-gulptasks`.
106106

107107
typhonjs-core-gulptasks (c) 2015-present Michael Leahy, TyphonRT, Inc.
108108

0 commit comments

Comments
 (0)