Skip to content
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.

Commit

Permalink
Drop unnecessary dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Oct 24, 2016
1 parent b388fe7 commit e714fbb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Bumped.plugin.coffee
Expand Up @@ -4,13 +4,13 @@ path = require 'path'
omit = require 'lodash.omit'
async = require 'async'
resolveUp = require 'resolve-up'
spawnSync = require 'spawn-sync'
globalNpmPath = require 'global-modules'
updateNotifier = require 'update-notifier'
clone = require 'lodash.clonedeep'
MSG = require './Bumped.messages'
Animation = require './Bumped.animation'
isEmpty = require('./Bumped.util').isEmpty
spawnSync = require('child_process').spawnSync

npmInstallGlobal = (pkg) ->
spawnSync 'npm', [ 'install', pkg ],
Expand Down
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -46,7 +46,6 @@
"rc": "~1.1.6",
"resolve-up": "~0.5.2",
"semver": "~5.3.0",
"spawn-sync": "~1.0.15",
"time-span": "~1.0.0",
"update-notifier": "~1.0.0",
"yaml-parser": "~3.5.3"
Expand Down

0 comments on commit e714fbb

Please sign in to comment.