Skip to content

Commit

Permalink
Merge pull request #117 from jonyw4/beta
Browse files Browse the repository at this point in the history
Publish Beta
  • Loading branch information
jonyw4 authored Mar 23, 2021
2 parents 99eb8f9 + 1438f4e commit d05eab2
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,19 @@
"test": "jest --collectCoverage",
"test:ci": "jest --collectCoverage && codecov"
},
"peerDependencies": {
"react": ">= 16.8.0",
"react-dom": ">= 16.8.0"
},
"dependencies": {
"colorthief": "2.3.2",
"prop-types": "15.7.2",
"react": "17.0.1",
"react-dom": "17.0.1",
"tslib": "2.0.3",
"use-current-effect": "2.1.0"
},
"devDependencies": {
"react": "17.0.1",
"react-dom": "17.0.1",
"@commitlint/cli": "11.0.0",
"@commitlint/config-conventional": "11.0.0",
"@testing-library/react": "10.4.9",
Expand Down Expand Up @@ -64,7 +68,8 @@
},
"release": {
"branches": [
"master"
"master",
{"name": "beta", "channel": "beta", "prerelease": "beta"}
]
},
"commitlint": {
Expand Down

0 comments on commit d05eab2

Please sign in to comment.