Skip to content

Commit

Permalink
Make cryptoJS a dev dependency
Browse files Browse the repository at this point in the history
It's only used when generating the browser lib
  • Loading branch information
SimonWoolf committed Oct 11, 2016
1 parent 485f1bd commit c56b322
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"main": "./nodejs/index.js",
"dependencies": {
"async": "git://github.com/ably-forks/async#requirejs",
"crypto-js": "git://github.com/ably-forks/crypto-js#typedarray-webkit",
"hexy": "~0.2",
"msgpack-js": "git://github.com/paddybyers/msgpack-js.git",
"request": "^2.74.0",
Expand Down Expand Up @@ -38,7 +37,8 @@
"kexec": "^2.0.2",
"nodeunit": "~0.9",
"requirejs": "~2.1",
"shelljs": "~0.3"
"shelljs": "~0.3",
"crypto-js": "git://github.com/ably-forks/crypto-js#typedarray-webkit"
},
"engines": {
"node": ">=0.10.x"
Expand Down

0 comments on commit c56b322

Please sign in to comment.