diff --git a/package.json b/package.json index 80e03a80..e3d53674 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,10 @@ "typescript": "^5.0.2" }, "modules": false, - "name": "schematic-js", + "name": "@schematichq/schematic-js", + "publishConfig": { + "@schematichq:registry": "https://npm.pkg.github.com" + }, "scripts": { "build": "parcel build src/browser.ts --public-url ./ --detailed-report", "clean": "rm -rf dist && rm -rf .parcel-cache",