Fix dependencies for SEA

Moves `@trust/crypto` and `text-encoding` into the package.json's
dependencies, since it depends on them. Allows for importing SEA using
browserify or node.

Fixes #642
This commit is contained in:
Dan Finlay 2018-11-23 17:01:35 -08:00
parent a0f101b1e5
commit a7c01e2f9f
No known key found for this signature in database
GPG Key ID: 931102F24B36007A

View File

@ -48,10 +48,11 @@
"node": ">=0.8.4"
},
"dependencies": {
"@trust/webcrypto": "^0.9.2",
"text-encoding": "^0.6.4",
"ws": "~>5.2.0"
},
"devDependencies": {
"@trust/webcrypto": "^0.9.2",
"aws-sdk": ">=2.153.0",
"concat-map": "^0.0.1",
"express": ">=4.15.2",
@ -60,7 +61,6 @@
"node-webcrypto-ossl": "^1.0.38",
"panic-manager": "^1.2.0",
"panic-server": "^1.1.1",
"text-encoding": "^0.6.4",
"uglify-js": ">=2.8.22"
}
}