Skip to content

Commit

Permalink
scoped package
Browse files Browse the repository at this point in the history
  • Loading branch information
bpapillon committed Nov 9, 2023
1 parent bf526e0 commit 4a4b328
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4a4b328

Please sign in to comment.