Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Aug 2, 2014
1 parent 4ae4689 commit ca5228b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 14 deletions.
11 changes: 4 additions & 7 deletions bin/bower-requirejs.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,10 @@ function pre() {
}

if (opts['update-notifier'] !== false) {
var notifier = updateNotifier({
packagePath: '../package.json'
});

if (notifier.update) {
notifier.notify(true);
}
updateNotifier({
packageName: pkg.name,
packageVersion: pkg.version
}).notify();
}

rootCheck();
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,27 +43,27 @@
"test": "grunt test"
},
"dependencies": {
"chalk": "^0.4.0",
"chalk": "^0.5.1",
"file-utils": "^0.2.0",
"glob": "^4.0.2",
"lodash": "^2.4.1",
"nopt": "^3.0.0",
"object-assign": "^0.3.1",
"requirejs": "^2.1.5",
"slash": "^0.1.0",
"slash": "^0.1.3",
"sudo-block": "^0.4.0",
"update-notifier": "^0.1.7"
"update-notifier": "^0.2.0"
},
"devDependencies": {
"bower": "^1.x",
"durable-json-lint": "^0.0.1",
"grunt": "^0.4.0",
"grunt-contrib-clean": "^0.5.0",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-nodeunit": "^0.4.0",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-simple-mocha": "^0.4.0",
"load-grunt-tasks": "^0.4.0",
"load-grunt-tasks": "^0.6.0",
"mocha": "*",
"mockery": "^1.4.0",
"should": "^4.0.4"
Expand Down

0 comments on commit ca5228b

Please sign in to comment.