1.2.6 • Published 4 months ago

ccmtypes v1.2.6

Weekly downloads
-
License
-
Repository
-
Last release
4 months ago

Boilerplate for an npm package.

To publish to npm registery:

  • npm run build
  • Make sure to change the version in package.json
  • npm login
  • npm publish

To install from git repository:

  • Make sure to keep the dist folder and to not add it to gitignore. It's the most important one. It's where the code lies.
  • Add the following dependency to the package.json: "nameOfThePackage": "git+git@github.com:FinalVossler/Node-Micro-Bundle.git#master" or "nameOfThePackage": "git+https://github.com/FinalVossler/Node-Micro-Bundle.git#master"
  • npm install

Good to know:

  • I had to add this line in package.json for the types to be visible in another typescript project "types": "dist/index.d.ts",
1.2.6

4 months ago

1.2.5

4 months ago

1.2.4

4 months ago

1.0.9

5 months ago

1.0.8

5 months ago

1.0.7

5 months ago

1.2.3

5 months ago

1.2.2

5 months ago

1.2.1

5 months ago

1.0.6

5 months ago

1.0.5

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago