0.2.2 • Published 6 years ago

simple-test-package v0.2.2

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

Simple test package

A small math library

Installation

npm install simple-test-package -S

Usage

var math = require('simple-test-package');

var sum = math.sumNumbers(3, 5);

Output should be 8

Tests

npm test

Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago