2.0.1 • Published 2 years ago

@wanjapflueger/npm-example v2.0.1

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
2 years ago

npm-example

Example files for npm publish on npmjs.com.

Pipeline status npm npm bundle size


Table of contents


Install

npm i @wanjapflueger/npm-example

Usage

var Example = require('@wanjapflueger/npm-example');
Example.Example('Bob');

// or

import { Example } from '@wanjapflueger/npm-example';
Example('Bob');

Publish new version

# 1.) Update changelog.md

# 2.) Update version

# 1.0.0 -> 1.0.1
npm version patch

# 1.0.0 -> 1.1.0
npm version minor

# 1.0.0 -> 2.0.0
npm version major

# 3.) Publish

npm publish

Credits

2.0.1

2 years ago

2.0.0

2 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago