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.
1 parent 76d6457 commit 59952f6Copy full SHA for 59952f6
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "faucet-pipeline-core",
3
- "version": "1.2.0",
+ "version": "1.2.1",
4
"description": "faucet-pipeline's core library",
5
"author": "FND",
6
"contributors": [
@@ -24,15 +24,18 @@
24
"test:unit": "mocha test/test_*.js",
25
"lint": "eslint --cache lib bin/* test test/bin/* && echo ✓"
26
},
27
+ "engines": {
28
+ "node": ">=8"
29
+ },
30
"dependencies": {
- "browserslist": "~4.5.0",
31
+ "browserslist": "~4.5.6",
32
"minimist": "~1.2.0",
33
"mkdirp": "~0.5.1",
- "nite-owl": "~5.0.0"
34
+ "nite-owl": "~5.0.3"
35
36
"devDependencies": {
37
"eslint-config-fnd": "^1.6.0",
- "mocha": "^6.0.0",
38
+ "mocha": "^6.1.4",
39
"npm-run-all": "^4.1.5",
40
"release-util-fnd": "^1.1.1"
41
}
0 commit comments