Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
BridgeAR committed Sep 5, 2018
1 parent 917b612 commit b857ea8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,26 @@
"test": "standard && tap test.js",
"benchmark": "node benchmark.js",
"compare": "node compare.js",
"coverage": "nyc --reporter=html --reporter=text npm test"
"coverage": "nyc --reporter=html --reporter=text npm test",
"lint": "standard . --fix"
},
"author": "Ruben Bridgewater",
"license": "MIT",
"typings": "index",
"devDependencies": {
"@types/json-stable-stringify": "^1.0.32",
"benchmark": "^2.1.4",
"clone": "^2.1.0",
"clone": "^2.1.2",
"fast-json-stable-stringify": "^2.0.0",
"fast-safe-stringify": "^2.0.2",
"fast-safe-stringify": "^2.0.6",
"fast-stable-stringify": "^1.0.0",
"faster-stable-stringify": "^1.0.0",
"json-stable-stringify": "^1.0.1",
"json-stringify-deterministic": "^1.0.1",
"json-stringify-safe": "^5.0.1",
"nyc": "^13.0.1",
"standard": "^11.0.0-beta.0",
"tap": "^11.0.0"
"standard": "^12.0.1",
"tap": "^12.0.1"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit b857ea8

Please sign in to comment.