Skip to content

Commit

Permalink
feat: set san-ssr as peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
meixg committed Dec 7, 2020
1 parent 92fcd88 commit 397d35e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@
"@types/gulp": "^4.0.7",
"@types/gulp-babel": "^6.1.29",
"de-indent": "^1.0.2",
"hash-sum": "^2.0.0",
"san-ssr": "^4.0.1"
"hash-sum": "^2.0.0"
},
"peerDependencies": {
"san-ssr": ">1.0.0"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": "eslint",
Expand Down

0 comments on commit 397d35e

Please sign in to comment.