From 237363b595899498c9f00c2c1bd4921a3d897bd4 Mon Sep 17 00:00:00 2001 From: Geoff Kimball Date: Thu, 18 Feb 2016 17:17:13 -0800 Subject: [PATCH] Remove unused dependencies from package.json --- gulp/deploy.js | 1 - package.json | 3 --- 2 files changed, 4 deletions(-) diff --git a/gulp/deploy.js b/gulp/deploy.js index 7be2119eb..00d240dd7 100644 --- a/gulp/deploy.js +++ b/gulp/deploy.js @@ -7,7 +7,6 @@ var confirm = require('gulp-prompt').confirm; var prompt = require('gulp-prompt').prompt; var rsync = require('gulp-rsync'); var replace = require('gulp-replace'); -var git = require('gitty')(process.cwd() + '/'); var octophant = require('octophant'); var sequence = require('run-sequence'); var inquirer = require('inquirer'); diff --git a/package.json b/package.json index 349da8dd2..649e28a91 100644 --- a/package.json +++ b/package.json @@ -29,13 +29,11 @@ "babel-plugin-transform-es2015-shorthand-properties": "^6.5.0", "babel-plugin-transform-es2015-spread": "^6.4.0", "babel-plugin-transform-es2015-template-literals": "^6.3.13", - "bootcamp": "^1.1.7", "browser-sync": "^2.8.2", "chalk": "^1.1.1", "clipboard": "^1.5.5", "corejs-typeahead": "corejavascript/typeahead.js", "foundation-docs": "zurb/foundation-docs", - "gitty": "^3.3.3", "gulp": "^3.8.10", "gulp-autoprefixer": "^2.3.1", "gulp-babel": "^6.1.1", @@ -64,7 +62,6 @@ "opener": "^1.4.1", "panini": "^1.1.1", "parker": "0.0.9", - "pretty-print": "^1.0.0", "prettyjson": "^1.1.3", "require-dir": "^0.3.0", "rimraf": "^2.3.2", -- 2.47.2