diff --git a/dev-lib b/dev-lib index 8473c07..d8540c1 160000 --- a/dev-lib +++ b/dev-lib @@ -1 +1 @@ -Subproject commit 8473c072ddde7d478aa5316f884c4a29ef0372b0 +Subproject commit d8540c1f036c583f48af5f63c3f6d04db36c0db3 diff --git a/package.json b/package.json index f413b0e..2026fb0 100644 --- a/package.json +++ b/package.json @@ -10,15 +10,15 @@ "license": "GPL-2.0+", "private": true, "devDependencies": { - "eslint": "^3.19.0", + "eslint": "^4.5.0", "grunt": "~1.0.1", - "grunt-contrib-clean": "~1.0.0", + "grunt-contrib-clean": "~1.1.0", "grunt-contrib-copy": "~1.0.0", - "grunt-contrib-cssmin": "~1.0.2", - "grunt-contrib-jshint": "~1.0.0", - "grunt-contrib-uglify": "~2.0.0", - "grunt-shell": "~1.3.1", - "grunt-wp-deploy": "^1.2.1" + "grunt-contrib-cssmin": "~2.2.1", + "grunt-contrib-jshint": "~1.1.0", + "grunt-contrib-uglify": "~3.0.1", + "grunt-shell": "~2.1.0", + "grunt-wp-deploy": "~1.2.1" }, "author": "XWP", "scripts": { diff --git a/readme.md b/readme.md index 6137b4b..c347c20 100644 --- a/readme.md +++ b/readme.md @@ -11,7 +11,7 @@ Edit posts and postmeta in the Customizer. Stop editing your posts/postmeta blin **Stable tag:** 0.8.7 **License:** [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html) -[![Build Status](https://travis-ci.org/xwp/wp-customize-posts.svg?branch=master)](https://travis-ci.org/xwp/wp-customize-posts) [![Coverage Status](https://coveralls.io/repos/xwp/wp-customize-posts/badge.svg?branch=master)](https://coveralls.io/github/xwp/wp-customize-posts) [![Built with Grunt](https://cdn.gruntjs.com/builtwith.svg)](http://gruntjs.com) [![devDependency Status](https://david-dm.org/xwp/wp-customize-posts/dev-status.svg)](https://david-dm.org/xwp/wp-customize-posts#info=devDependencies) +[![Build Status](https://travis-ci.org/xwp/wp-customize-posts.svg?branch=master)](https://travis-ci.org/xwp/wp-customize-posts) [![Coverage Status](https://coveralls.io/repos/xwp/wp-customize-posts/badge.svg?branch=master)](https://coveralls.io/github/xwp/wp-customize-posts) [![Built with Grunt](https://cdn.gruntjs.com/builtwith.svg)](http://gruntjs.com) [![devDependency Status](https://david-dm.org/xwp/wp-customize-posts/dev-status.svg)](https://david-dm.org/xwp/wp-customize-posts?type=dev) ## Description ##