|
12 | 12 | "ipfs": false
|
13 | 13 | },
|
14 | 14 | "scripts": {
|
15 |
| - "test": "aegir test", |
| 15 | + "test": "cross-env NODE_OPTIONS='--max-old-space-size=8192' aegir test", |
16 | 16 | "test:node": "aegir test -t node",
|
17 |
| - "test:browser": "node --max-old-space-size=8192 $(npm bin)/aegir test -t browser", |
18 |
| - "test:webworker": "node --max-old-space-size=8192 $(npm bin)/aegir test -t webworker", |
| 17 | + "test:browser": "cross-env NODE_OPTIONS='--max-old-space-size=8192' aegir test -t browser", |
| 18 | + "test:webworker": "cross-env NODE_OPTIONS='--max-old-space-size=8192' aegir test -t webworker", |
19 | 19 | "lint": "aegir lint",
|
20 | 20 | "build": "aegir build",
|
21 |
| - "release": "node --max-old-space-size=8192 $(npm bin)/aegir release ", |
22 |
| - "release-minor": "node --max-old-space-size=8192 $(npm bin)/aegir release --type minor ", |
23 |
| - "release-major": "node --max-old-space-size=8192 $(npm bin)/aegir release --type major ", |
24 |
| - "coverage": "node --max-old-space-size=8192 $(npm bin)/aegir coverage --timeout 100000", |
25 |
| - "coverage-publish": "node --max-old-space-size=8192 $(npm bin)/aegir coverage --provider coveralls --timeout 100000" |
| 21 | + "release": "cross-env NODE_OPTIONS='--max-old-space-size=8192' aegir release ", |
| 22 | + "release-minor": "cross-env NODE_OPTIONS='--max-old-space-size=8192' aegir release --type minor ", |
| 23 | + "release-major": "cross-env NODE_OPTIONS='--max-old-space-size=8192' aegir release --type major ", |
| 24 | + "coverage": "cross-env NODE_OPTIONS='--max-old-space-size=8192' aegir coverage --timeout 100000", |
| 25 | + "coverage-publish": "cross-env NODE_OPTIONS='--max-old-space-size=8192' aegir coverage --provider coveralls --timeout 100000" |
26 | 26 | },
|
27 | 27 | "dependencies": {
|
28 | 28 | "async": "^2.6.0",
|
|
67 | 67 | "devDependencies": {
|
68 | 68 | "aegir": "^13.0.0",
|
69 | 69 | "chai": "^4.1.2",
|
| 70 | + "cross-env": "^5.1.3", |
70 | 71 | "dirty-chai": "^2.0.1",
|
71 | 72 | "eslint-plugin-react": "^7.6.1",
|
72 | 73 | "go-ipfs-dep": "^0.4.13",
|
73 | 74 | "gulp": "^3.9.1",
|
74 |
| - "interface-ipfs-core": "~0.51.0", |
75 | 75 | "hapi": "^17.2.0",
|
76 |
| - "ipfsd-ctl": "~0.28.0", |
| 76 | + "interface-ipfs-core": "~0.51.0", |
| 77 | + "ipfs": "~0.28.0", |
| 78 | + "ipfsd-ctl": "~0.29.0", |
77 | 79 | "pre-commit": "^1.2.2",
|
78 | 80 | "socket.io": "^2.0.4",
|
79 | 81 | "socket.io-client": "^2.0.4",
|
|
0 commit comments