Skip to content

Commit

Permalink
Merge pull request #2 from juzerali/script
Browse files Browse the repository at this point in the history
Added "scripts" property to simplify running tests
  • Loading branch information
jprichardson committed Feb 5, 2014
2 parents b41398e + 179ded1 commit 7821df5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -49,7 +49,7 @@ Unit tests are written in [Mocha](http://visionmedia.github.io/mocha/). To run t

```sh
$ npm install --dev
$ ./node_modules/mocha/bin/mocha
$ npm test
```

# Credits
Expand Down
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -21,5 +21,8 @@
"dependencies": {
"convert-hex": "~0.1.0",
"convert-string": "~0.1.0"
},
"scripts": {
"test": "mocha"
}
}

0 comments on commit 7821df5

Please sign in to comment.