mirror of https://github.com/embarklabs/embark.git
chore(@embark/templates): add embarkjs dependencies to test apps
This commit is contained in:
parent
70333cd5d4
commit
8fb502d777
|
@ -7,6 +7,12 @@
|
|||
"embark-dapp-test-service": "^5.0.0-alpha.5",
|
||||
"embark-i18n": "^5.0.0-alpha.5",
|
||||
"embark-reset": "^5.0.0-alpha.5",
|
||||
"embarkjs": "^5.0.0-alpha.5",
|
||||
"embarkjs-ens": "^5.0.0-alpha.6",
|
||||
"embarkjs-ipfs": "^5.0.0-alpha.5",
|
||||
"embarkjs-swarm": "^5.0.0-alpha.5",
|
||||
"embarkjs-web3": "^5.0.0-alpha.5",
|
||||
"embarkjs-whisper": "^5.0.0-alpha.5",
|
||||
"fs-extra": "8.1.0",
|
||||
"haml": "0.4.3",
|
||||
"jquery": "3.4.0",
|
||||
|
|
|
@ -3,6 +3,12 @@
|
|||
"devDependencies": {
|
||||
"embark": "^5.0.0-alpha.8",
|
||||
"embark-reset": "^5.0.0-alpha.5",
|
||||
"embarkjs": "^5.0.0-alpha.5",
|
||||
"embarkjs-ens": "^5.0.0-alpha.6",
|
||||
"embarkjs-ipfs": "^5.0.0-alpha.5",
|
||||
"embarkjs-swarm": "^5.0.0-alpha.5",
|
||||
"embarkjs-web3": "^5.0.0-alpha.5",
|
||||
"embarkjs-whisper": "^5.0.0-alpha.5",
|
||||
"rimraf": "3.0.0"
|
||||
},
|
||||
"license": "MIT",
|
||||
|
|
|
@ -4,6 +4,12 @@
|
|||
"haml": "0.4.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"embarkjs": "^5.0.0-alpha.5",
|
||||
"embarkjs-ens": "^5.0.0-alpha.6",
|
||||
"embarkjs-ipfs": "^5.0.0-alpha.5",
|
||||
"embarkjs-swarm": "^5.0.0-alpha.5",
|
||||
"embarkjs-web3": "^5.0.0-alpha.5",
|
||||
"embarkjs-whisper": "^5.0.0-alpha.5",
|
||||
"rimraf": "3.0.0"
|
||||
},
|
||||
"license": "MIT",
|
||||
|
|
Loading…
Reference in New Issue