Skip to content

Commit 5ae9d3c

Browse files
committed
GH-8: Updated to released versions of upstream fluid-x dependencies.
1 parent 1c4cb6c commit 5ae9d3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"lint": "fluid-lint-all",
88
"pretest": "npx rimraf coverage/*",
9-
"test": "node node_modules/istanbul/lib/cli.js cover tests/all-tests.js"
9+
"test": "istanbul cover tests/all-tests.js"
1010
},
1111
"repository": {
1212
"type": "git",
@@ -25,8 +25,8 @@
2525
"devDependencies": {
2626
"eslint": "7.17.0",
2727
"eslint-config-fluid": "2.0.0",
28-
"fluid-express": "1.0.16",
29-
"fluid-lint-all": "1.0.0-dev.20210113T154306Z.b842b2c.GH-1",
28+
"fluid-express": "1.0.17",
29+
"fluid-lint-all": "1.0.0",
3030
"istanbul": "0.4.5",
3131
"kettle": "2.0.0",
3232
"node-jqunit": "1.1.8"

0 commit comments

Comments
 (0)