Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit 763edf3

Browse files
authored
Merge pull request #360 from xwp/fix/deps
Update dev-lib & devDependencies
2 parents 936b25e + c342846 commit 763edf3

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

dev-lib

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
"license": "GPL-2.0+",
1111
"private": true,
1212
"devDependencies": {
13-
"eslint": "^3.19.0",
13+
"eslint": "^4.5.0",
1414
"grunt": "~1.0.1",
15-
"grunt-contrib-clean": "~1.0.0",
15+
"grunt-contrib-clean": "~1.1.0",
1616
"grunt-contrib-copy": "~1.0.0",
17-
"grunt-contrib-cssmin": "~1.0.2",
18-
"grunt-contrib-jshint": "~1.0.0",
19-
"grunt-contrib-uglify": "~2.0.0",
20-
"grunt-shell": "~1.3.1",
21-
"grunt-wp-deploy": "^1.2.1"
17+
"grunt-contrib-cssmin": "~2.2.1",
18+
"grunt-contrib-jshint": "~1.1.0",
19+
"grunt-contrib-uglify": "~3.0.1",
20+
"grunt-shell": "~2.1.0",
21+
"grunt-wp-deploy": "~1.2.1"
2222
},
2323
"author": "XWP",
2424
"scripts": {

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Edit posts and postmeta in the Customizer. Stop editing your posts/postmeta blin
1111
**Stable tag:** 0.8.7
1212
**License:** [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html)
1313

14-
[![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)
14+
[![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)
1515

1616
## Description ##
1717

0 commit comments

Comments
 (0)