aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorWhymarrh Whitby <whymarrh.whitby@gmail.com>2018-12-06 23:26:54 +0800
committerWhymarrh Whitby <whymarrh.whitby@gmail.com>2018-12-07 00:10:57 +0800
commitb6789a6e2fd9168e0bf8d386611d4c439ccd9e18 (patch)
tree36d4b43ebaf88fe19d9f484ab1bc275d2046d85d /package.json
parentc804185081bed076e2b29936370c14bf2a61f09d (diff)
downloadtangerine-wallet-browser-b6789a6e2fd9168e0bf8d386611d4c439ccd9e18.tar
tangerine-wallet-browser-b6789a6e2fd9168e0bf8d386611d4c439ccd9e18.tar.gz
tangerine-wallet-browser-b6789a6e2fd9168e0bf8d386611d4c439ccd9e18.tar.bz2
tangerine-wallet-browser-b6789a6e2fd9168e0bf8d386611d4c439ccd9e18.tar.lz
tangerine-wallet-browser-b6789a6e2fd9168e0bf8d386611d4c439ccd9e18.tar.xz
tangerine-wallet-browser-b6789a6e2fd9168e0bf8d386611d4c439ccd9e18.tar.zst
tangerine-wallet-browser-b6789a6e2fd9168e0bf8d386611d4c439ccd9e18.zip
Remove beefy dependency and its usages
Refs #4768 Refs #5389 This changeset removes the beefy package that: 1. Was last published 2 yrs ago 2. Brought with it 1 moderate and 1 critical vulnerability 3. Was only used in scripts that no longer work
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 0 insertions, 3 deletions
diff --git a/package.json b/package.json
index 2dd35ac7c..5915dd185 100644
--- a/package.json
+++ b/package.json
@@ -43,8 +43,6 @@
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"mozilla-lint": "addons-linter dist/firefox",
- "ui": "npm run test:flat:build:states && beefy development/ui-dev.js:bundle.js --live --open --index=./development/index.html --cwd ./",
- "mock": "beefy development/mock-dev.js:bundle.js --live --open --index=./development/index.html --cwd ./",
"watch": "mocha watch --recursive \"test/unit/**/*.js\"",
"disc": "gulp disc --debug",
"announce": "node development/announcer.js",
@@ -246,7 +244,6 @@
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.7.2",
"babelify": "^8.0.0",
- "beefy": "^2.1.5",
"brfs": "^1.6.1",
"browserify": "^16.2.3",
"chai": "^4.1.0",