Skip to content

Commit

Permalink
Made simultaneity a dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
calebsander committed Nov 28, 2016
1 parent 77cf496 commit 820e58c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"dependencies": {
"accepts": "1.3.x",
"base64-js": "1.2.x",
"sha256": "0.2.x",
"simultaneity": "1.0.x"
"sha256": "0.2.x"
},
"devDependencies": {
"babel-cli": "6.18.x",
Expand All @@ -16,7 +15,8 @@
"browserify": "13.1.x",
"coveralls": "2.11.x",
"google-closure-compiler-js": "20161024.0.0",
"nyc": "10.0.x"
"nyc": "10.0.x",
"simultaneity": "1.0.x"
},
"directories": {
"test": "test"
Expand Down

0 comments on commit 820e58c

Please sign in to comment.