remove transform

This commit is contained in:
Boyma Fahnbulleh 2017-03-25 17:19:30 -07:00 committed by Christopher Jeffrey
parent 64f9b6b0a8
commit 9113f03107
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -105,6 +105,6 @@
"secp256k1": "./browser/empty.js"
},
"browserify": {
"transform": ["./browser/transform.js", "babelify"]
"transform": ["babelify"]
}
}