Skip to content

Commit 4a5737a

Browse files
committed
added some new sections, updated version
1 parent 79700de commit 4a5737a

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

package.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,29 @@
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
},

0 commit comments

Comments
 (0)