Skip to content

Commit

Permalink
version 0.1.0 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
shimataro authored Apr 17, 2018
1 parent 742607a commit 8879477
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ validate and adjust input values

## How to use

install by npm.
```bash
npm install -S adjuster
```

### number

```javascript
Expand Down Expand Up @@ -110,3 +115,8 @@ const expected = {
// should be adjusted to `expected`
adjuster.adjustData(inputData, adjusters);
```

## Release notes

* 2018/04/18 *version 0.1.0*
* First release.
2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "adjuster",
"description": "validate and adjust input values",
"version": "0.0.0",
"version": "0.1.0",
"author": "shimataro",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 8879477

Please sign in to comment.