Skip to content

Commit

Permalink
chore: Move single-spa to be a dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
webJose committed Jun 8, 2024
1 parent 35b8e63 commit 00b7cea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
7 changes: 3 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"@sveltejs/package": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"publint": "^0.2.0",
"single-spa": "^6.0.1",
"svelte": "^5.0.0-next.1",
"svelte-check": "^3.6.0",
"tslib": "^2.4.1",
Expand All @@ -41,8 +42,5 @@
},
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"dependencies": {
"single-spa": "^6.0.1"
}
"type": "module"
}

0 comments on commit 00b7cea

Please sign in to comment.