Skip to content

Commit

Permalink
Fix peer deps in survey-pdf package (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
dk981234 authored May 2, 2024
1 parent b650a16 commit b39b510
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@ var platformOptions = {
}
},
keywords: ["pdf"],
peerDependencies: {
"survey-core": packageJson.version
},
dependencies: {
jspdf: "^2.3.0",
"survey-core": packageJson.version
}
}
};
Expand Down

0 comments on commit b39b510

Please sign in to comment.