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.
engines
1 parent b638d9a commit a519f8eCopy full SHA for a519f8e
.github/workflows/node.js.yml
@@ -12,9 +12,9 @@ jobs:
12
strategy:
13
matrix:
14
node-version:
15
- - 10.x
16
- 12.x
17
- 14.x
+ - 16.x
18
steps:
19
- uses: actions/checkout@v2
20
- name: Use Node.js ${{ matrix.node-version }}
CHANGES.md
@@ -1,5 +1,9 @@
1
# CHANGES for jsonpath-plus
2
3
+## 7.0.0 (UNRELEASED)
4
+
5
+- Breaking change: Bump `engines` to 12
6
7
## 6.0.1 (2021-07-07)
8
9
- Fix: Some `package.json` paths needed updating (@matushorvath)
package.json
@@ -52,7 +52,7 @@
52
"bugs": "https://github.com/s3u/JSONPath/issues/",
53
"homepage": "https://github.com/s3u/JSONPath",
54
"engines": {
55
- "node": ">=10.0.0"
+ "node": ">=12.0.0"
56
},
57
"react-native": {
58
"vm": false
0 commit comments