Skip to content

Commit

Permalink
Merge pull request #28 from FezVrasta/fix/vtk-as-peer-dep
Browse files Browse the repository at this point in the history
fix: mark vtk.js as peer dependency
  • Loading branch information
jourdain authored Aug 4, 2021
2 parents 8aa7318 + 75568c1 commit 0143b2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"module": "dist/esm/index.js",
"source": "src/index.js",
"dependencies": {
"@babel/runtime": "^7.12.5",
"@kitware/vtk.js": "^18.7.0"
"@babel/runtime": "^7.12.5"
},
"scripts": {
"prebuild": "npm run fix",
Expand All @@ -28,7 +27,8 @@
"semantic-release": "semantic-release"
},
"peerDependencies": {
"react": "^16.0.0"
"react": "^16.0.0",
"@kitware/vtk.js": "^19.0.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
Expand Down

0 comments on commit 0143b2c

Please sign in to comment.