Skip to content

Commit

Permalink
remove unneeded deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Kellen committed Feb 18, 2013
1 parent 97b115f commit c3fd7f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
"test": "grunt test"
},
"dependencies": {
"less": "~1.3.0",
"grunt-lib-contrib": "~0.3.0"
"less": "~1.3.0"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.1.1",
Expand Down
1 change: 0 additions & 1 deletion tasks/less.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ module.exports = function(grunt) {

var path = require('path');
var less = require('less');
var helpers = require('grunt-lib-contrib').init(grunt);

var lessOptions = {
parse: ['paths', 'optimization', 'filename', 'strictImports', 'dumpLineNumbers'],
Expand Down

0 comments on commit c3fd7f7

Please sign in to comment.