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 1c4cb6c commit 5ae9d3cCopy full SHA for 5ae9d3c
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"lint": "fluid-lint-all",
8
"pretest": "npx rimraf coverage/*",
9
- "test": "node node_modules/istanbul/lib/cli.js cover tests/all-tests.js"
+ "test": "istanbul cover tests/all-tests.js"
10
},
11
"repository": {
12
"type": "git",
@@ -25,8 +25,8 @@
25
"devDependencies": {
26
"eslint": "7.17.0",
27
"eslint-config-fluid": "2.0.0",
28
- "fluid-express": "1.0.16",
29
- "fluid-lint-all": "1.0.0-dev.20210113T154306Z.b842b2c.GH-1",
+ "fluid-express": "1.0.17",
+ "fluid-lint-all": "1.0.0",
30
"istanbul": "0.4.5",
31
"kettle": "2.0.0",
32
"node-jqunit": "1.1.8"
0 commit comments