Skip to content

Commit

Permalink
Merge branch 'hotfix/v0.1.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
getdave committed Jun 12, 2013
2 parents a487d5f + 96e065a commit ddf43fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-deployments",
"description": "Deploy (push/pull) MYSQL databases using Grunt",
"version": "0.1.2",
"version": "0.1.3",
"homepage": "https://github.com/getdave/grunt-deployments",
"author": {
"name": "David Smith",
Expand Down
6 changes: 0 additions & 6 deletions tasks/deployments.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ var shell = require('shelljs');

module.exports = function(grunt) {


// Load required tasks
grunt.loadNpmTasks('grunt-exec');
grunt.loadNpmTasks('grunt-rsync');
grunt.loadNpmTasks('grunt-contrib-clean');

// GLOBALS
var local_options = grunt.config.get('deployments').local,
task_options = grunt.config.get('deployments')['options'];
Expand Down

0 comments on commit ddf43fe

Please sign in to comment.