Skip to content

Commit

Permalink
chore: update package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
roushou committed Jun 19, 2024
1 parent 1ece7ee commit f3bffca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
//registry.npmjs.org/:_authToken=$NPM_TOKEN
@roushou:registry=https://npm.pkg.github.com
13 changes: 5 additions & 8 deletions packages/onchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"bugs": {
"url": "https://github.com/roushou/coinbase-platform/issues"
},
"keywords": [
"coinbase",
"coinbase platform"
],
"publishConfig": {
"@roushou:registry": "https://npm.pkg.github.com"
},
"keywords": ["coinbase", "coinbase platform"],
"scripts": {
"build": "tsup",
"clean": "rimraf ./dist",
Expand All @@ -39,10 +39,7 @@
}
}
},
"files": [
"src",
"dist"
],
"files": ["src", "dist"],
"engine": {
"node": "^18.0.0 || >=20.0.0"
}
Expand Down

0 comments on commit f3bffca

Please sign in to comment.