Skip to content

Commit

Permalink
fix: installing spidyr
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinFay committed Mar 1, 2024
1 parent 1b398a7 commit ca5e5e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webrcli",
"version": "0.0.2",
"version": "0.0.3",
"description": "cli tools for building node project with webr inside",
"main": "index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion src/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const init = async (destination_folder) => {

// installing npm dependencies
execSync(`npm init -y`);
execSync(`npm install webr webrtools`);
execSync(`npm install webr spidyr`);

process.chdir(previousDirectory);

Expand Down

0 comments on commit ca5e5e6

Please sign in to comment.