Skip to content

Commit

Permalink
Add yarn.lock, Move what should be dev dependencies into the proper p…
Browse files Browse the repository at this point in the history
…lace.
  • Loading branch information
grempe committed Oct 17, 2016
1 parent 8dbf67c commit a6d7c60
Show file tree
Hide file tree
Showing 2 changed files with 2,305 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,18 @@
"homepage": "https://github.com/grempe/session-keys-js",
"dependencies": {
"base64-js": "^1.1.1",
"browserify": "^13.1.0",
"fast-sha256": "^1.0.0",
"scrypt-async": "^1.3.0",
"tape": "^4.6.0",
"tweetnacl": "^0.14.0"
},
"devDependencies": {
"browserify": "^13.0.0",
"browserify": "^13.1.0",
"eslint": "^3.4.0",
"eslint-config-standard": "^6.0.0",
"eslint-plugin-promise": "^2.0.1",
"eslint-plugin-standard": "^2.0.0",
"tap-spec": "^4.1.1",
"tape": "^4.0.0",
"tape": "^4.6.0",
"watchify": "^3.7.0"
}
}
Loading

0 comments on commit a6d7c60

Please sign in to comment.