1.0.2 • Published 8 months ago

@noobmaster69jr/common v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

publishing a npm package

  • common is a folder that contains a bunch of functions which are used by both frontend and backend

  • npm login

  • npm publish --access=public
  • npm pack(to check which files are published)
  • .npmignore(similar to .gitignore file , add files which are to be omitted when publishing)
  • after making any changes to older package, increment version
  • .d.ts (declaration file , only has types. no javascript logic like console.log )
1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago