1.0.2 • Published 2 months ago

@puzzlin/enums v1.0.2

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

Welcome to Puzzlin

Enjoy your differences!

Description

This repository contains shared enums for Puzzlin apps using TypeScript.

Getting started

  • Run npm i if necessary.

Developing

To test the lib within another project before publishing:

  • Run npm run pack to build and pack the lib locally.
  • Change directory to a project where the lib should be tested.
  • Run npm install ./path/to/puzzlin-enums-<npm_package_version>.tgz with the .tgz sitting in the lib's project folder.
  • Run your test importing from @puzzlin/enums as you would with any npm package.

Publishing to NPM

  • Bump package version.
    • For a patch or a bugfix to your library, run npm version patch.
    • For new features, run npm version minor.
    • For breaking changes, run npm version major.
  • Run npm run publish.

That's it!

1.0.2

2 months ago

1.0.1

3 months ago

1.0.0

3 months ago

0.7.2

3 months ago

0.7.1

3 months ago

0.7.0

3 months ago

0.6.2

4 months ago

0.6.1

4 months ago

0.5.2

7 months ago

0.6.0

7 months ago

0.5.1

8 months ago

0.5.0

9 months ago

0.4.0

9 months ago

0.3.0

10 months ago

0.1.2

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago

0.0.1

11 months ago