1.1.2 • Published 2 years ago

example-npm-lib-smallephant v1.1.2

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

example-npm-lib-smallephant

Example library published to npm.

Usage

npm install example-npm-lib-smallephant

add

import { add } from 'example-npm-lib-smallephant';

console.log(add(2, 3));

subtract

import { subtract } from 'example-npm-lib-smallephant';

console.log(subtract(10, 3));

multiply

import { multiply } from 'example-npm-lib-smallephant';

console.log(multiply(3, 1));

Publish to NPM

  1. Make code changes
  2. Update version via npm version <major|minor|patch>
  3. Publish via npm run publish
1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago