We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bedb9f0 + 347471d commit 2f2e990Copy full SHA for 2f2e990
package.json
@@ -2,14 +2,15 @@
2
"author": "Dominic Tarr <[email protected]> (dominictarr.com)",
3
"name": "crypto-browserify",
4
"description": "partial implementation of crypto for the browser",
5
- "version": "3.4.0",
+ "version": "3.4.3",
6
"homepage": "https://github.com/dominictarr/crypto-browserify",
7
"repository": {
8
"type": "git",
9
"url": "git://github.com/dominictarr/crypto-browserify.git"
10
},
11
"scripts": {
12
- "test": "set -e; for t in test/node/*.js test/*.js; do node $t; done"
+ "test": "set -e; for t in test/node/*.js test/*.js; do node $t; done",
13
+ "prepublish": "npm ls && npm test"
14
15
"engines": {
16
"node": "*"
0 commit comments