Skip to content

Commit

Permalink
build: remove preinstall script to clone slidev source as dependency (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kaakaa authored Aug 22, 2024
1 parent cdc9ba2 commit 4bb9b10
Show file tree
Hide file tree
Showing 7 changed files with 3,013 additions and 65 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ out
dist

node_modules/
slidev/

.vscode-test/
*.vsix
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
!/dist/slidaiv-cli.js

/node_modules/
/slidev/
/demo/
/e2e/
/out/
Expand Down
28 changes: 0 additions & 28 deletions install-slidev.sh

This file was deleted.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@
}
},
"scripts": {
"preinstall": "./install-slidev.sh",
"vscode:prepublish": "npm run package",
"vscode:package": "vsce package --no-dependencies",
"compile": "webpack --mode development",
Expand All @@ -129,8 +128,6 @@
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/register": "^7.24.6",
"@slidev/parser": "link:slidev/packages/parser",
"@slidev/types": "link:slidev/packages/types",
"@stoplight/prism-cli": "^5.8.1",
"@types/cli-progress": "^3.11.6",
"@types/js-yaml": "^4.0.9",
Expand All @@ -151,6 +148,8 @@
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@slidev/parser": "^0.49.27",
"@slidev/types": "^0.49.27",
"cli-progress": "^3.12.0",
"commander": "^12.1.0",
"js-yaml": "^4.1.0",
Expand Down
Loading

0 comments on commit 4bb9b10

Please sign in to comment.