Merge pull request #6169 from axistools/makepot

Makepot now Supports PoEdit Header
This commit is contained in:
Mike Jolley 2014-09-05 10:12:35 +01:00
commit 9775170eff
1 changed files with 9 additions and 9 deletions

View File

@ -10,16 +10,16 @@
"main": "Gruntfile.js",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-uglify": "~0.5.1",
"grunt-contrib-less": "~0.11.4",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-shell": "~0.7.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-checktextdomain": "^0.1.1",
"grunt-wp-i18n": "^0.4.7",
"grunt-contrib-jshint": "^0.10.0"
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-less": "~0.11.4",
"grunt-contrib-uglify": "~0.5.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-shell": "^1.1.1",
"grunt-wp-i18n": "^0.4.8"
},
"engines": {
"node": ">=0.8.0",