Skip to content

Commit

Permalink
Merge pull request #103 from slipHQ/published-npm-packages
Browse files Browse the repository at this point in the history
Fix package.json repository url for npm publishing
  • Loading branch information
kennethcassel authored Oct 21, 2021
2 parents a84c109 + fd1f940 commit e4cfbcc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"react",
"code execution"
],
"repository": "https://github.com/slipHQ/wasm-run.git",
"repository": "https://github.com/slipHQ/run-wasm.git",
"author": "Kenneth Cassel <kennethcassel@gmail.com>",
"license": "Apache-2.0",
"devDependencies": {
Expand Down
3 changes: 2 additions & 1 deletion packages/run-wasm-python/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
},
"dependencies": {
"pyodide": "^0.18.0"
}
},
"gitHead": "1a627a31a8847bc2715ad4fbf3c0fa657e041ad7"
}
3 changes: 2 additions & 1 deletion packages/run-wasm-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
"build:esm": "tsc",
"build:cjs": "tsc --module commonjs --outDir lib/cjs",
"test": "jest"
}
},
"gitHead": "1a627a31a8847bc2715ad4fbf3c0fa657e041ad7"
}
3 changes: 2 additions & 1 deletion packages/run-wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@
"build:esm": "tsc",
"build:cjs": "tsc --module commonjs --outDir lib/cjs",
"test": "jest"
}
},
"gitHead": "1a627a31a8847bc2715ad4fbf3c0fa657e041ad7"
}

1 comment on commit e4cfbcc

@vercel
Copy link

@vercel vercel bot commented on e4cfbcc Oct 21, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.