Skip to content

Commit 23ea67d

Browse files
committed
changes running grunt with latest version v0.4.5
1 parent 767c7f1 commit 23ea67d

3 files changed

Lines changed: 15 additions & 12 deletions

File tree

js/sortable.js

Lines changed: 8 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/sortable.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"author": "Adam Schwartz <adam.flynn.schwartz@gmail.com>",
66
"license": "MIT",
77
"devDependencies": {
8-
"grunt-contrib-coffee": "~0.7.0",
98
"coffee-script": "~1.6.3",
10-
"grunt-contrib-uglify": "~0.2.4",
9+
"grunt": "^0.4.5",
1110
"grunt-cli": "~0.1.9",
12-
"grunt": "~0.4.1",
13-
"grunt-contrib-watch": "~0.5.3",
14-
"grunt-contrib-compass": "~0.5.0"
11+
"grunt-contrib-coffee": "^0.7.0",
12+
"grunt-contrib-compass": "^0.5.0",
13+
"grunt-contrib-uglify": "^0.2.7",
14+
"grunt-contrib-watch": "^0.5.3"
1515
}
16-
}
16+
}

0 commit comments

Comments
 (0)