Skip to content

Commit

Permalink
feat(release): first canary
Browse files Browse the repository at this point in the history
affects: examples, @datepicker-react/hooks, @datepicker-react/styled
  • Loading branch information
tresko committed Mar 31, 2019
1 parent 2a83211 commit aedf88c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "link:../node_modules/react",
"react-dom": "link:../node_modules/react-dom",
"react": "link:../../node_modules/react",
"react-dom": "link:../../node_modules/react-dom",
"react-scripts": "2.1.8",
"styled-components": "^4.2.0",
"@datepicker-react/styled": "^1.0.0"
Expand Down
3 changes: 1 addition & 2 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
"react": "^16.8.5"
},
"dependencies": {
"date-fns": "^1.30.1",
"examples": "^0.1.0"
"date-fns": "^1.30.1"
},
"publishConfig": {
"access": "public"
Expand Down
1 change: 0 additions & 1 deletion packages/styled/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
},
"dependencies": {
"@datepicker-react/hooks": "^1.0.0",
"examples": "^0.1.0",
"styled-system": "^4.0.8"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13690,7 +13690,7 @@ react-dom@^16.8.6:
prop-types "^15.6.2"
scheduler "^0.13.6"

"react-dom@link:packages/node_modules/react-dom":
"react-dom@link:node_modules/react-dom":
version "0.0.0"
uid ""

Expand Down Expand Up @@ -13945,7 +13945,7 @@ react@^16.8.6:
prop-types "^15.6.2"
scheduler "^0.13.6"

"react@link:packages/node_modules/react":
"react@link:node_modules/react":
version "0.0.0"
uid ""

Expand Down

0 comments on commit aedf88c

Please sign in to comment.