From b6789a6e2fd9168e0bf8d386611d4c439ccd9e18 Mon Sep 17 00:00:00 2001 From: Whymarrh Whitby Date: Thu, 6 Dec 2018 11:56:54 -0330 Subject: 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 --- package.json | 3 --- 1 file changed, 3 deletions(-) (limited to 'package.json') 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", -- cgit v1.2.3