File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 "name" : " react-bootstrap" ,
33 "version" : " 0.12.0" ,
44 "description" : " Bootstrap 3 components build with React" ,
5+ "repository" : {
6+ "type" : " git" ,
7+ "url" : " react-bootstrap/react-bootstrap"
8+ },
9+ "homepage" : " http://react-bootstrap.github.io/" ,
510 "scripts" : {
611 "build" : " ./node_modules/.bin/grunt build" ,
712 "test-watch" : " ./node_modules/.bin/grunt watch 2>&1 >/dev/null & ./node_modules/karma/bin/karma start karma.dev.js" ,
813 "test" : " ./node_modules/.bin/grunt build && ./node_modules/karma/bin/karma start karma.ci.js"
914 },
1015 "keywords" : [
1116 " react" ,
17+ " ecosystem-react" ,
18+ " react-component" ,
1219 " bootstrap"
1320 ],
1421 "author" : " Stephen J. Collings <stevoland@gmail.com>" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " <%= pkg.name %>" ,
33 "version" : " <%= pkg.version %>" ,
4+ "homepage" : " <%= pkg.homepage %>" ,
5+ "author" : " <%= pkg.author %>" ,
6+ "license" : " <%= pkg.license %>" ,
47 "main" : [
5- " react-bootstrap.min.js" ,
6- " index.js"
8+ " react-bootstrap.js"
79 ],
8- "ignore" : []
9- }
10+ "keywords" : [
11+ " react" ,
12+ " react-component" ,
13+ " boostrap"
14+ ],
15+ "ignore" : [
16+ " **/.*"
17+ ],
18+ "dependencies" : {
19+ "react" : " >= 0.12.0"
20+ }
21+ }
Original file line number Diff line number Diff line change 22 "name" : " <%= pkg.name %>" ,
33 "version" : " <%= pkg.version %>" ,
44 "description" : " <%= pkg.description %>" ,
5+ "homepage" : " <%= pkg.homepage %>" ,
56 "main" : " main.js" ,
67 "keywords" : [
78 " react" ,
9+ " ecosystem-react" ,
810 " react-component" ,
911 " bootstrap"
1012 ],
11- "author" : " Stephen J. Collings <stevoland@gmail.com >" ,
12- "license" : " MIT " ,
13+ "author" : " <%= pkg.author % >" ,
14+ "license" : " <%= pkg.license %> " ,
1315 "repository" : {
1416 "type" : " git" ,
1517 "url" : " react-bootstrap/react-bootstrap"
1820 "url" : " https://github.com/react-bootstrap/react-bootstrap/issues"
1921 },
2022 "peerDependencies" : {
21- "react" : " >=0.9 "
23+ "react" : " >=0.12 "
2224 }
2325}
You can’t perform that action at this time.
0 commit comments