Skip to content

Commit c9a6ca0

Browse files
committed
and update package.json as well
1 parent 52b4aff commit c9a6ca0

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

package.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Dominic Tarr <[email protected]> (dominictarr.com)",
33
"name": "crypto-browserify",
4-
"description": "partial implementation of crypto for the browser",
4+
"description": "implementation of crypto for the browser",
55
"version": "3.8.3",
66
"homepage": "https://github.com/dominictarr/crypto-browserify",
77
"repository": {
@@ -29,16 +29,6 @@
2929
"tape": "~2.3.2",
3030
"hash-test-vectors": "~1.3.0"
3131
},
32-
"testling": {
33-
"files": "test/*.js",
34-
"browsers": [
35-
"ie/latest",
36-
"chrome/latest",
37-
"firefox/latest",
38-
"safari/latest",
39-
"opera/latest"
40-
]
41-
},
4232
"optionalDependencies": {},
4333
"browser": {
4434
"crypto": false

0 commit comments

Comments
 (0)