Skip to content

Commit

Permalink
use local grunt, bump version to 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
robhrt7 committed Oct 3, 2015
1 parent bf51cf5 commit f3e4f47
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sourcejs-crowd-voice",
"version": "0.3.6",
"version": "0.3.7",
"description": "Crowd Voice SourceJS plugin for adding user custom info on spec page from browser.",
"repository": {
"type": "git",
Expand All @@ -14,13 +14,14 @@
],
"dependencies": {
"grunt": "^0.4.5",
"grunt-autoprefixer": "~1.0.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-less": "^0.11.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-autoprefixer": "~1.0.0",
"load-grunt-tasks": "~0.6.0",
"jquery-autosize": "^1.18.12"
"jquery-autosize": "^1.18.12",
"load-grunt-tasks": "~0.6.0"
},
"scripts": {
"install": "grunt"
Expand Down

0 comments on commit f3e4f47

Please sign in to comment.