Skip to content

Commit

Permalink
Add mocha as dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
meyfa committed May 29, 2017
1 parent 8a995b2 commit 9017dd5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,3 @@ node_js:
- "5"
- "4"
- "0.10"

before_script:
- npm install -g mocha
script: mocha
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Convert JS functions to runnable strings. With parameter serialization!",
"main": "index.js",
"scripts": {
"test": "mocha"
"test": "./node_modules/.bin/mocha"
},
"repository": {
"type": "git",
Expand All @@ -24,5 +24,8 @@
"bugs": {
"url": "https://github.com/JangoBrick/runstring/issues"
},
"homepage": "https://github.com/JangoBrick/runstring"
"homepage": "https://github.com/JangoBrick/runstring",
"devDependencies": {
"mocha": "^3.4.2"
}
}

0 comments on commit 9017dd5

Please sign in to comment.