Merge pull request #6169 from axistools/makepot
Makepot now Supports PoEdit Header
This commit is contained in:
commit
9775170eff
18
package.json
18
package.json
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue