fk-module
v0.3.0
Published
just a demo for making own modules
Readme
FK MODULE
Demo for making your own NPM modules
Updating the module
After making the update ad saving the file, go to the termial and type : npm version, followed by oe of these three optios:
- patch
- minor
- major
(x marks the spot) Patch for last iteger, 1.1.x minor for the middle integer, 1.x.0 major for the first integer, x.0.0
Update Indication
patch: a small change, like a debug and everything is backward compatible npm version patch
minor: a real adjustment, but still backward compatible npm version patch
major: a sizeable change or improvement, not backwaard compatible anymore. npm version patch
