We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7932425 commit c618d2bCopy full SHA for c618d2b
2 files changed
README.md
@@ -74,5 +74,6 @@ The package is published to: https://github.com/RaspberryPiFoundation/python-fri
74
## Publishing
75
76
```bash
77
+npm login
78
npm publish
79
```
package.json
@@ -15,9 +15,6 @@
15
"dist",
16
"copydecks"
17
],
18
- "publishConfig": {
19
- "registry": "https://npm.pkg.github.com"
20
- },
21
"scripts": {
22
"clean": "rimraf dist",
23
"prebuild": "npm run clean",
0 commit comments