File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " bootstrap-switch-button-react" ,
3- "version" : " 1.2.0" ,
3+ "version" : " 1.3.0-beta" ,
4+ "author" : {
5+ "name" : " Brent Ely" ,
6+ "url" : " https://github.com/gitbrent/"
7+ },
8+ "description" : " Bootstrap Switch Button for React" ,
9+ "homepage" : " https://gitbrent.github.io/bootstrap-switch-button-react/" ,
410 "license" : " MIT" ,
511 "repository" : {
612 "type" : " git" ,
713 "url" : " https://github.com/gitbrent/bootstrap-switch-button-react.git"
814 },
915 "main" : " ./lib/bootstrap-switch-button-react.js" ,
10- "peerDependencies" : {
11- "react" : " ^16.4.0"
12- },
16+ "files" : [
17+ " lib"
18+ ],
19+ "types" : " lib" ,
1320 "scripts" : {
1421 "start" : " webpack --watch" ,
1522 "build" : " webpack -p"
1623 },
24+ "peerDependencies" : {
25+ "react" : " ^16.4.0"
26+ },
1727 "dependencies" : {
1828 "react" : " ^16.11.0"
1929 },
You can’t perform that action at this time.
0 commit comments