Skip to content

Commit

Permalink
fix: package version in example
Browse files Browse the repository at this point in the history
  • Loading branch information
icidasset committed Dec 16, 2023
1 parent e8cf6ad commit 9cd3aa2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions examples/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"serve": "vite preview --port 3000"
},
"dependencies": {
"@wnfs-wg/nest": "workspace:../../packages/nest",
"@wnfs-wg/nest": "*",
"blockstore-idb": "^1.1.6",
"uint8arrays": "^5.0.0"
},
Expand All @@ -27,11 +27,7 @@
"vite-plugin-wasm": "^3.3.0"
},
"eslintConfig": {
"extends": [
"@fission-codes"
],
"ignorePatterns": [
"dist"
]
"extends": ["@fission-codes"],
"ignorePatterns": ["dist"]
}
}
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit 9cd3aa2

Please sign in to comment.