File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 5353 },
5454 "include" : [" src/index.ts" ]
5555}
56+
57+ // For github use below registry
58+ // "registry": "https://npm.pkg.github.com"
You can’t perform that action at this time.
0 commit comments