Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Move dev deps from travis.yml to package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Nov 16, 2015
1 parent e36950f commit a0ad03b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -19,12 +19,13 @@
"platform": "^1.3.0"
},
"devDependencies": {
"coveralls": "^2.11.4",
"istanbul": "0.4.0",
"qunit-extras": "~1.4.0",
"qunitjs": "~1.18.0",
"requirejs": "~2.1.0"
},
"files": [
"benchmark.js",
"nano.jar"
"benchmark.js"
]
}

1 comment on commit a0ad03b

@mathiasbynens
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.