From af60205bb104aa7746627a6d037e38c0e13f863b Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 14 Dec 2015 13:36:14 -0500 Subject: [PATCH] feature(package) rm bupdate --- package.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/package.json b/package.json index f5b0e8d0..4d0825be 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,6 @@ "dirs": "bin lib test" }, "scripts": { - "bupdate": "bupdate", "nupdate": "nupdate", "start": "node bin/cloudcmd.js", "test": "npm-run-all --parallel lint:* codestyle spell mocha", @@ -81,7 +80,6 @@ "tryrequire": "~1.1.5" }, "devDependencies": { - "bupdate": "^1.0.4", "jscs": "^2.7.0", "jshint": "^2.8.0", "minor": "^1.2.2",