0.3.0 • Published 3 years ago

fk-module v0.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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

0.3.0

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago