Skip to content

Commit db25fb3

Browse files
committed
Update README.md
1 parent 081f8ae commit db25fb3

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ For more information view the [ESDoc tutorial](https://esdoc.org/tutorial.html)
2323

2424
It should be noted that all TyphonJS repos now are standardizing on `.esdocrc` for the ESDoc configuration file. Both `.esdocrc` and `esdoc.json` are supported by the `esdoc-plugin-jspm` and forthcoming `esdoc-plugin-npm` plugin.
2525

26-
As an alternate and the preferred all inclusive installation process please see [typhonjs-npm-build-test](https://www.npmjs.com/package/typhonjs-npm-build-test) for a NPM package which contains several dependencies for building / testing ES6 NPM modules including ESDoc generation with the following plugins including [esdoc-plugin-jspm](https://www.npmjs.com/package/esdoc-plugin-jspm), [esdoc-plugin-extends-replace](https://www.npmjs.com/package/esdoc-plugin-extends-replace).
27-
Please note that the next release of `typhonjs-npm-build-test` will include `esdoc-plugin-enhanced-navigation` and presently it is not included. When `esdoc-plugin-enhanced-navigation` reaches `0.1.0` it will be included in `typhonjs-npm-build-test` version `0.2.0`.
26+
As an alternate and the preferred all inclusive toolchain please see [typhonjs-npm-build-test](https://www.npmjs.com/package/typhonjs-npm-build-test) for a NPM package which contains several dependencies for building / testing ES6 NPM modules including all [TyphonJS ESDoc plugins](https://github.com/typhonjs-node-esdoc). A separate package only containing the TyphonJS ESDoc plugins is also available: [typhonjs-node-esdoc](https://www.npmjs.com/package/typhonjs-node-esdoc)
2827

2928
Additionally [typhonjs-core-gulptasks](https://www.npmjs.com/package/typhonjs-core-gulptasks) provides a NPM package which contains several pre-defined Gulp tasks for working with JSPM / SystemJS, ESLint and ESDoc generation.
3029

@@ -37,9 +36,9 @@ If installing and working directly with `esdoc-plugin-enhanced-navigation` the f
3736
3837
"devDependencies": {
3938
"esdoc": "^0.4.0",
40-
"esdoc-plugin-enhanced-navigation": "^0.0.7",
39+
"esdoc-plugin-enhanced-navigation": "^0.1.0",
4140
"esdoc-plugin-jspm": "^0.6.0", // Optional if using JSPM
42-
"jspm": "^0.16.0"
41+
"jspm": "^0.16.0" // Optional if using JSPM
4342
},
4443
"scripts": {
4544
"esdoc": "esdoc -c .esdocrc"

0 commit comments

Comments
 (0)