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

Commit

Permalink
Remove unneeded "bugs" entry, use a string for keywords, and update "…
Browse files Browse the repository at this point in the history
…platform" dependency in package.json. [ci skip]
  • Loading branch information
jdalton committed Sep 20, 2014
1 parent 7d7ffe7 commit f3433ae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,18 @@
"homepage": "http://benchmarkjs.com/",
"license": "MIT",
"main": "benchmark.js",
"keywords": ["benchmark", "performance", "speed"],
"keywords": "benchmark, performance, speed",
"author": "Mathias Bynens <mathias@qiwi.be> (http://mathiasbynens.be/)",
"contributors": [
"Mathias Bynens <mathias@qiwi.be> (http://mathiasbynens.be/)",
"John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
"Kit Cambridge <github@kitcambridge.be> (http://kitcambridge.be/)"
],
"bugs": "https://github.com/bestiejs/benchmark.js/issues",
"repository": "bestiejs/benchmark.js",
"scripts": { "test": "echo \"See the repository CONTRIBUTING.md for testing instructions.\"" },
"dependencies": {
"lodash": "~2.4.1",
"platform": "~1.1.0"
"platform": "~1.2.0"
},
"engines": [
"node",
Expand Down

0 comments on commit f3433ae

Please sign in to comment.