0.0.4 • Published 8 years ago

universal-timeline-bsp v0.0.4

Weekly downloads
17
License
-
Repository
-
Last release
8 years ago

creating a separate module for testing 1. after the directory structure is created 1.1 run " npm pack " on the main directory that has a package.json file. This will create a package for the npm on this directory and converting it to a npm module. 1.2 Add user ,run the command " npm adduser " This will add the user for the package that we are going to publish 1.3 Publish the package ,run " npm publish " This command will publish the module as a package in the npm registry you can check your published registry by going to " https://www.npmjs.com/~username " 1.4 Auto update the package .json file version ,run the command " npm version patch " this will auto update the package.json file version property after there is any update in the directory and this will avoid the conflict when publishing after there any update in the module.

  1. knowledge reference 2.1. http://www.hacksparrow.com/how-to-write-node-js-modules.html
0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago