Skip to content

Commit

Permalink
fix(deps): made SASjs adapter a peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
krishna-acondy committed Aug 3, 2020
1 parent 6899836 commit a6cc277
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
"deploy": "gh-pages -d example/build"
},
"peerDependencies": {
"react": "^16.0.0"
"react": "^16.0.0",
"@sasjs/adapter": "^1.1.0",
"react-dom": "^16.13.1"
},
"devDependencies": {
"@sasjs/adapter": "^1.1.0",
Expand Down

0 comments on commit a6cc277

Please sign in to comment.