diff --git a/sdk-resources/package.mustache b/sdk-resources/package.mustache index 652fb1e7..235a67f9 100644 --- a/sdk-resources/package.mustache +++ b/sdk-resources/package.mustache @@ -25,7 +25,7 @@ "main": "./dist/index.js", "typings": "./dist/index.d.ts", "scripts": { - "build": "tsc --outDir ./dist/", + "build": "tsc --outDir ./dist", "prepare": "npm run build" }, "dependencies": { @@ -35,10 +35,5 @@ "devDependencies": { "@types/node": "^12.11.5", "typescript": "^4.0" - }{{#npmRepository}},{{/npmRepository}} -{{#npmRepository}} - "publishConfig": { - "registry": "{{npmRepository}}" } -{{/npmRepository}} }