Skip to content

Commit

Permalink
fix(dependency): remove local package dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
MatsJohansen87 committed Feb 20, 2024
1 parent 637f966 commit e18dc7a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 15 deletions.
12 changes: 0 additions & 12 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
"vitest": "^0.34.2"
},
"dependencies": {
"@samply/lens": "file:samply-lens-0.0.3-0.tgz",
"chart.js": "^4.4.0",
"svelte-dnd-action": "^0.9.26",
"uuid": "^9.0.0"
Expand Down
4 changes: 3 additions & 1 deletion packages/demo/src/ccp.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
@import "../../../node_modules/@samply/lens/dist/style.css";
/*comment in for npm package usage*/
/* @import "../../../node_modules/@samply/lens/dist/style.css"; */
@import "../../lib/src/styles/index.css";

@font-face {
font-family: 'Open Sans';
Expand Down
7 changes: 6 additions & 1 deletion packages/demo/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
import "@samply/lens";
/**
* comment in for npm package usage
*/
// import "@samply/lens";

import "../../lib";

// import "./fragment-development.css";
// import App from "./AppFragmentDevelopment.svelte";
Expand Down
Binary file removed samply-lens-0.0.3-0.tgz
Binary file not shown.

0 comments on commit e18dc7a

Please sign in to comment.