Skip to content

Commit

Permalink
fix lint CI issue 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
skiv71 committed Oct 13, 2023
1 parent f32aff9 commit f79301b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions packages/request-network-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,20 @@
"requestnetwork",
"request-network-sdk"
],
"engines": {
"node": ">=16.0.0"
"repository": {
"type": "git",
"url": "git+https://github.com/RequestNetwork/requestNetwork.git"
},
"homepage": "https://github.com/RequestNetwork/requestNetwork/tree/master/packages/request-network-sdk#readme",
"bugs": {
"url": "https://github.com/RequestNetwork/requestNetwork/issues"
},
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=16.0.0"
},
"directories": {
"lib": "src"
},
Expand All @@ -26,14 +34,6 @@
"build": "tsc -b tsconfig.build.json",
"clean": "rm -rf dist tsconfig.build.ts*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RequestNetwork/requestNetwork.git"
},
"homepage": "https://github.com/RequestNetwork/requestNetwork/tree/master/packages/request-network-sdk#readme",
"bugs": {
"url": "https://github.com/RequestNetwork/requestNetwork/issues"
},
"dependencies": {
"@requestnetwork/epk-decryption": "0.3.35",
"@requestnetwork/epk-signature": "0.5.36",
Expand Down

0 comments on commit f79301b

Please sign in to comment.