1.0.6 • Published 7 months ago

mathmini v1.0.6

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

mathmini-npm

Sample math library containing add and sub functions

Installation

npm install mathmini

Usage

JavaScript

var mathmini = require('mathmini');

console.log(mathmini.add(10, 5));
console.log(mathmini.sub(10, 5));

Release and Publish

  1. Update version in package.json
  2. Commit changes
  3. Run git tag v1.0.0
  4. Run git push origin v1.0.0
1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago