Skip to content

Commit

Permalink
Added jshint to dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tinybike committed Oct 25, 2015
1 parent 0430a19 commit f49a92e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
"url": "git+https://github.com/tinybike/multi-hash.git"
},
"keywords": [
"IPFS", "hex", "hexadecimal", "base58", "sha256"
"IPFS",
"hex",
"hexadecimal",
"base58",
"sha256"
],
"author": "Jack Peterson <jack@tinybike.net>",
"license": "MIT",
Expand All @@ -30,6 +34,7 @@
"del": "^2.0.2",
"gulp": "^3.9.0",
"istanbul": "^0.4.0",
"jshint": "^2.8.0",
"mocha": "^2.3.3",
"uglify-js": "^2.5.0"
}
Expand Down

0 comments on commit f49a92e

Please sign in to comment.