We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6b2c89 commit d39c1f5Copy full SHA for d39c1f5
1 file changed
packages/fdc3-get-agent/package.json
@@ -7,17 +7,21 @@
7
"type": "git",
8
"url": "git+https://github.com/finos/FDC3.git"
9
},
10
- "publishConfig": {"tag": "latest"},
+ "publishConfig": {
11
+ "tag": "latest"
12
+ },
13
"license": "Apache-2.0",
14
"main": "dist/src/index.js",
15
"types": "dist/src/index.d.ts",
- "files": ["dist"],
16
+ "files": [
17
+ "dist"
18
+ ],
19
"scripts": {
20
"build": "tsc",
21
"test": "tsc && vitest run",
22
"test:watch": "vitest",
23
"test:coverage": "vitest run --coverage",
- "clean": "rimraf dist cucumber-report.html coverage node_modules test-results.xml",
24
+ "clean": "rimraf dist coverage node_modules test-results.xml",
25
"lint": "eslint src/"
26
27
"dependencies": {
@@ -51,4 +55,4 @@
51
55
"wtfnode": "^0.9.3"
52
56
53
57
"type": "module"
54
-}
58
+}
0 commit comments