We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fd2ecb commit fd90a39Copy full SHA for fd90a39
.github/workflows/publish.yml
@@ -27,4 +27,4 @@ jobs:
27
registry-url: 'https://registry.npmjs.org'
28
29
- name: Publish to npm
30
- run: npm publish --provenance --access public
+ run: npm publish --access public
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "pyrepl-web",
3
- "version": "0.1.4",
+ "version": "0.1.5",
4
"description": "An embeddable Python REPL powered by Pyodide",
5
"main": "dist/pyrepl.js",
6
"files": [
@@ -24,7 +24,7 @@
24
"license": "MIT",
25
"repository": {
26
"type": "git",
- "url": "https://github.com/savannahostrowski/pyrepl-web"
+ "url": "git+https://github.com/savannahostrowski/pyrepl-web.git"
},
"type": "module",
"devDependencies": {
0 commit comments