Skip to content

Commit b67be26

Browse files
author
Phillip Lorenzo
authored
Merge pull request #266 from XYOracleNetwork/develop
patch for npm publishing issue
2 parents d7cc060 + 5cd1842 commit b67be26

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
registry=https://npm.pkg.github.com/xyoraclenetwork
1+
registry=https://npm.pkg.github.com/@xyoraclenetwork

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xyoraclenetwork/sdk-core-nodejs",
3-
"version": "0.70.12",
3+
"version": "0.70.13",
44
"description": "A workspace to aggregated nodejs XYO projects",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -12,7 +12,11 @@
1212
"start:tcp": "yarn build && node --nolazy -r ts-node/register examples/tcp-server/index.ts"
1313
},
1414
"publishConfig": {
15-
"registry": "https://npm.pkg.github.com/@xyoraclenetwork"
15+
"registry": "https://npm.pkg.github.com/"
16+
},
17+
"repository": {
18+
"type": "git",
19+
"url": "git://github.com/XYOracleNetwork/sdk-core-nodejs.git"
1620
},
1721
"devDependencies": {
1822
"@types/elliptic": "^6.4.8",

0 commit comments

Comments
 (0)