Skip to content

Commit 2f2e990

Browse files
committed
merge
2 parents bedb9f0 + 347471d commit 2f2e990

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
"author": "Dominic Tarr <[email protected]> (dominictarr.com)",
33
"name": "crypto-browserify",
44
"description": "partial implementation of crypto for the browser",
5-
"version": "3.4.0",
5+
"version": "3.4.3",
66
"homepage": "https://github.com/dominictarr/crypto-browserify",
77
"repository": {
88
"type": "git",
99
"url": "git://github.com/dominictarr/crypto-browserify.git"
1010
},
1111
"scripts": {
12-
"test": "set -e; for t in test/node/*.js test/*.js; do node $t; done"
12+
"test": "set -e; for t in test/node/*.js test/*.js; do node $t; done",
13+
"prepublish": "npm ls && npm test"
1314
},
1415
"engines": {
1516
"node": "*"

0 commit comments

Comments
 (0)