Skip to content

Commit 491fabf

Browse files
committed
Changed registry to NPM
1 parent 4b31c2f commit 491fabf

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"scripts": {
88
"build": "tsc",
99
"test": "node node_modules/mocha/bin/mocha -r ts-node/register tests/**/*.test.ts",
10-
"coverage": "nyc npm run test -- --reporter=mocha-junit-reporter --reporter-options mochaFile=coverage/test-results.xml",
10+
"coverage": "nyc npm run test -- --reporter=mocha-junit-reporter --reporter-options mochaFile=coverage/test-results.xml",
1111
"package": "npm run build & npm pack"
1212
},
1313
"publishConfig": {
14-
"registry": "https://npm.pkg.github.com"
14+
"registry": "https://registry.npmjs.org/"
1515
},
1616
"repository": {
1717
"type": "git",

tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,6 @@
5353
},
5454
"include": ["src/index.ts"]
5555
}
56+
57+
// For github use below registry
58+
// "registry": "https://npm.pkg.github.com"

0 commit comments

Comments
 (0)