Skip to content

Commit

Permalink
Fixed da_proxy package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
robmoffat committed May 13, 2024
1 parent feb92f1 commit 2d1dbd0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
"rimraf": "^5.0.7",
"typescript": "^5.3.2"
}
}
}
13 changes: 8 additions & 5 deletions packages/da-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "@kite9/da-proxy",
"main": "dist/src/index.ts",
"types": "dist/**/*.d.ts",
"version": "0.0.10",
"files": [
"dist"
],
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
"build": "tsc -b",
"test": "nyc --reporter=lcov --reporter=text cucumber-js",
Expand Down Expand Up @@ -32,10 +35,10 @@
"jsonpath-plus": "^7.2.0",
"nyc": "15.1.0",
"prettier": "2.2.1",
"rimraf": "^5.0.7",
"ts-node": "^10.9.2",
"tsx": "^4.7.1",
"typescript": "^5.3.2",
"uuid": "^9.0.1",
"rimraf": "^5.0.7"
"uuid": "^9.0.1"
}
}
}
2 changes: 1 addition & 1 deletion packages/da-proxy/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"outDir": "dist",
},
"exclude": ["test/**"],
"exclude": ["test/**", "dist/**"],
"references": [
{
"path": "../fdc3-common"
Expand Down

0 comments on commit 2d1dbd0

Please sign in to comment.