diff options
author | Whymarrh Whitby <whymarrh.whitby@gmail.com> | 2018-08-06 23:23:52 +0800 |
---|---|---|
committer | Whymarrh Whitby <whymarrh.whitby@gmail.com> | 2018-08-07 02:17:57 +0800 |
commit | 61322383024a6e5b198d9f1dab46a10cb7814c38 (patch) | |
tree | d5d836cc4d1a6c24debd96d0d9acebebc9c19435 /package.json | |
parent | c3ed8e56ab4e127dd96907edbd6c281369ef2258 (diff) | |
download | tangerine-wallet-browser-61322383024a6e5b198d9f1dab46a10cb7814c38.tar tangerine-wallet-browser-61322383024a6e5b198d9f1dab46a10cb7814c38.tar.gz tangerine-wallet-browser-61322383024a6e5b198d9f1dab46a10cb7814c38.tar.bz2 tangerine-wallet-browser-61322383024a6e5b198d9f1dab46a10cb7814c38.tar.lz tangerine-wallet-browser-61322383024a6e5b198d9f1dab46a10cb7814c38.tar.xz tangerine-wallet-browser-61322383024a6e5b198d9f1dab46a10cb7814c38.tar.zst tangerine-wallet-browser-61322383024a6e5b198d9f1dab46a10cb7814c38.zip |
Remove superstatic package
Install and uninstalling superstatic doesn't work on Node 8 at the time of
writing:
$ npm install -D superstatic@6
npm ERR! code ENOTSUP
npm ERR! notsup Unsupported engine for got@5.7.1: wanted: {"node":">=0.10.0 <7"} (current: {"node":"8.11.3","npm":"6.3.0"})
npm ERR! notsup Not compatible with your version of node/npm: got@5.7.1
npm ERR! notsup Not compatible with your version of node/npm: got@5.7.1
npm ERR! notsup Required: {"node":">=0.10.0 <7"}
npm ERR! notsup Actual: {"npm":"6.3.0","node":"8.11.3"}
This commit removes the package (using Node 6!) and it will have to be replaced.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json index 96b0829db..7953f7fda 100644 --- a/package.json +++ b/package.json @@ -198,7 +198,6 @@ "semaphore": "^1.0.5", "semver": "^5.4.1", "shallow-copy": "0.0.1", - "superstatic": "^5.0.2", "sw-controller": "^1.0.3", "sw-stream": "^2.0.2", "textarea-caret": "^3.0.1", |