Skip to content

Commit 30c01e9

Browse files
committed
Set up package publishing
1 parent 1c9790e commit 30c01e9

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "python-friendly-error-messages",
2+
"name": "@raspberrypifoundation/python-friendly-error-messages",
33
"version": "0.1.0",
44
"type": "module",
55
"sideEffects": false,
@@ -15,6 +15,9 @@
1515
"dist",
1616
"copydecks"
1717
],
18+
"publishConfig": {
19+
"registry": "https://npm.pkg.github.com"
20+
},
1821
"scripts": {
1922
"clean": "rimraf dist",
2023
"prebuild": "npm run clean",

0 commit comments

Comments
 (0)