Skip to content

Commit d39c1f5

Browse files
committed
remove cucumber-report references
1 parent c6b2c89 commit d39c1f5

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

packages/fdc3-get-agent/package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,21 @@
77
"type": "git",
88
"url": "git+https://github.com/finos/FDC3.git"
99
},
10-
"publishConfig": {"tag": "latest"},
10+
"publishConfig": {
11+
"tag": "latest"
12+
},
1113
"license": "Apache-2.0",
1214
"main": "dist/src/index.js",
1315
"types": "dist/src/index.d.ts",
14-
"files": ["dist"],
16+
"files": [
17+
"dist"
18+
],
1519
"scripts": {
1620
"build": "tsc",
1721
"test": "tsc && vitest run",
1822
"test:watch": "vitest",
1923
"test:coverage": "vitest run --coverage",
20-
"clean": "rimraf dist cucumber-report.html coverage node_modules test-results.xml",
24+
"clean": "rimraf dist coverage node_modules test-results.xml",
2125
"lint": "eslint src/"
2226
},
2327
"dependencies": {
@@ -51,4 +55,4 @@
5155
"wtfnode": "^0.9.3"
5256
},
5357
"type": "module"
54-
}
58+
}

0 commit comments

Comments
 (0)