Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradyvercher committed Oct 30, 2017
1 parent a58dc59 commit d36a58b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.DS_Store
node_modules
npm-debug.log
package-lock.json
tmp
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
},
"dependencies": {
"grunt": "^1.0.1",
"node-wp-i18n": "^1.0.2"
"node-wp-i18n": "^1.0.4"
},
"devDependencies": {
"gettext-parser": "^1.1.2",
"grunt-contrib-clean": "^1.0.0",
"gettext-parser": "^1.3.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-nodeunit": "^1.0.0"
Expand Down

0 comments on commit d36a58b

Please sign in to comment.