migrate to grunt 0.4

This commit is contained in:
vitalets
2013-08-31 13:15:19 +04:00
parent 0c1ea90005
commit 0abd9831ae
50 changed files with 250 additions and 144 deletions

View File

@@ -21,12 +21,17 @@
"url": "https://github.com/vitalets/x-editable/blob/master/LICENSE-MIT"
}
],
"dependencies": {
},
"dependencies": {},
"devDependencies": {
"grunt": "~0.3.11",
"grunt-contrib": "0.1.1"
},
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-qunit": "~0.2.2",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-requirejs": "~0.4.1"
},
"keywords": []
}
}