mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
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:
parent
a0f101b1e5
commit
a7c01e2f9f
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user