Skip to content

Commit

Permalink
Change dash.js dependency for Typescript and Webpack sample
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy committed Jan 15, 2025
1 parent b8a3c1a commit ac8caa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/modules/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "Test using dash.js in a Typescript based project",
"dependencies": {
"dashjs": "latest"
"dashjs": "file:../../.."
},
"scripts": {
"build": "webpack --config webpack.config.js"
Expand Down
2 changes: 1 addition & 1 deletion samples/modules/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"webpack": "^5.95.0"
},
"dependencies": {
"dashjs": "latest"
"dashjs": "file:../../.."
}
}

0 comments on commit ac8caa9

Please sign in to comment.