Browse Source

Merge pull request #245 from ZDroid/alphabetize

Sort out dependencies
pull/249/head
Connor Sears 11 years ago
parent
commit
652827fc22
  1. 4
      Gruntfile.js
  2. 4
      package.json

4
Gruntfile.js

@ -63,10 +63,10 @@ module.exports = function(grunt) {
});
// Load the plugins
grunt.loadNpmTasks('grunt-jekyll');
grunt.loadNpmTasks('grunt-contrib-concat');
grunt.loadNpmTasks('grunt-contrib-sass');
grunt.loadNpmTasks('grunt-contrib-watch');
grunt.loadNpmTasks('grunt-contrib-concat');
grunt.loadNpmTasks('grunt-jekyll');
// Default task(s).
grunt.registerTask('default', ['sass', 'concat']);

4
package.json

@ -26,10 +26,10 @@
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.7.0",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-nodeunit": "~0.2.2",
"grunt-contrib-sass": "~0.6.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-jekyll": "~0.4.0"
"grunt-jekyll": "~0.4.1"
}
}

Loading…
Cancel
Save