editions : Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition). You can installing editions npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install editions $ sudo npm install -g editions
If want to update the editions package execute the command as below,
$ sudo npm update editions
Update package globally,
$ npm install -g editions
$ sudo git clone https://github.com/rektide/editions.git
$ sudo npm install -g ./editions
editions@1.3.3 /usr/lib/node_modules/editions
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall editions
Package Name | editions |
Version | 1.3.3 |
Description | Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition) |
Released Date | 2016-11-04T10:52:45.950Z |
Published by | balupton |
How to Learn | https://www.npmjs.com/package/editions/tutorial |