Skip to content

Commit 4d0f233

Browse files
committed
Merge branch 'master' of github.com:WordPress/grunt-patch-wordpress into use-wordpress-scripts
2 parents 7fc83df + 5c72366 commit 4d0f233

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
lts/*

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ node_js:
33
- '8'
44
- '9'
55
- '10'
6-
- 'node'
6+
- '11'
7+
- '12'
78
before_install:
89
- npm install -g grunt-cli

contribute.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"url": "https://github.com/wordpress/grunt-patch-wordpress/issues"
2121
},
2222
"engines": {
23-
"node": ">= 8.9.3"
23+
"node": ">= 10"
2424
},
2525
"main": "Gruntfile.js",
2626
"jest": {

0 commit comments

Comments
 (0)