We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a58dc59 commit d36a58bCopy full SHA for d36a58b
.gitignore
@@ -1,4 +1,5 @@
1
.DS_Store
2
node_modules
3
npm-debug.log
4
+package-lock.json
5
tmp
package.json
@@ -21,11 +21,11 @@
21
},
22
"dependencies": {
23
"grunt": "^1.0.1",
24
- "node-wp-i18n": "^1.0.2"
+ "node-wp-i18n": "^1.0.4"
25
26
"devDependencies": {
27
- "gettext-parser": "^1.1.2",
28
- "grunt-contrib-clean": "^1.0.0",
+ "gettext-parser": "^1.3.0",
+ "grunt-contrib-clean": "^1.1.0",
29
"grunt-contrib-copy": "^1.0.0",
30
"grunt-contrib-jshint": "^1.1.0",
31
"grunt-contrib-nodeunit": "^1.0.0"
0 commit comments