-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Cédric Delpoux
committed
Dec 11, 2017
1 parent
7724b5c
commit e8e5f79
Showing
7 changed files
with
230 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "react-simple-tooltip", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"author": { | ||
"name": "Cédric Delpoux", | ||
"email": "[email protected]" | ||
|
@@ -29,7 +29,6 @@ | |
"test:watch": "yarn test -- --watch" | ||
}, | ||
"dependencies": { | ||
"prop-types": "^15.6.0", | ||
"styled-components": "^2.1.2" | ||
}, | ||
"devDependencies": { | ||
|
@@ -54,13 +53,14 @@ | |
"markdown-loader": "^2.0.1", | ||
"nwb": "^0.18.0", | ||
"prettier": "^1.5.3", | ||
"prop-types": "^15.6.0", | ||
"react": "^15.6.1", | ||
"react-demo-page": "^0.2.2", | ||
"react-dom": "^15.6.1", | ||
"react-test-renderer": "^15.6.1" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.0.0", | ||
"react-dom": "^16.0.0" | ||
"react": "^15.0.0 || ^16.0.0", | ||
"react-dom": "^15.0.0 || ^16.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.