Skip to content

Commit ae86bfe

Browse files
authored
Merge pull request #37 from badsyntax/bugfix/registry
Fix publish registry
2 parents 379215c + f6b356b commit ae86bfe

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414
},
1515
"types": "./esm/index.d.ts",
1616
"type": "module",
17-
"sideEffects": false,
18-
"publishConfig": {
19-
"registry": "https://pkgs.dev.azure.com/chevin-devops/_packaging/chevin-npm/npm/registry/"
20-
},
2117
"scripts": {
2218
"build": "npm run build:esm && npm run build:cjs",
2319
"build:cjs": "tsc -p tsconfig.build.cjs.json",

0 commit comments

Comments
 (0)