From caa2765c5f50c7956872b97b9a6684771ca9d96c Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Tue, 18 Apr 2023 13:06:36 -0500 Subject: [PATCH] Update package.mustache --- sdk-resources/package.mustache | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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}} }