Skip to content

Commit

Permalink
Added Grunt LESS plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
coenjacobs committed Jan 30, 2014
1 parent 6cb4883 commit 02ff69c
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "woocommerce",
"version": "2.1.0",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-uglify": "~0.2.2"
}
}
"name": "woocommerce",
"version": "2.1.0",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-less": "~0.9.0"
}
}

0 comments on commit 02ff69c

Please sign in to comment.