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

Commit

Permalink
Upgraded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Karl committed Jul 16, 2015
1 parent bf8c809 commit c06f7ce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
node_js:
- "0.10"
- "0.12"
before_install:
- npm install -g grunt-cli
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* project-grunt
*
* Copyright (c) 2014 CloudKid
* Copyright (c) 2015 CloudKid
* Licensed under the MIT license.
*/
module.exports = function(grunt)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "project-grunt",
"version": "0.6.3",
"version": "0.6.4",
"description": "Tasks and scaffolding for an HTML project",
"main": "./libs/index.js",
"author": {
Expand Down Expand Up @@ -30,8 +30,8 @@
"grunt-simple-version": "~0.2.0",
"load-grunt-config": "~0.17.1",
"prompt": "~0.2.13",
"lodash": "~3.9.3",
"semver": "~4.3.6"
"lodash": "~3.10.0",
"semver": "~5.0.1"
},
"peerDependencies": {
"grunt": "~0.4.5"
Expand Down

0 comments on commit c06f7ce

Please sign in to comment.