Skip to content

Commit 29aad63

Browse files
committed
Tweak manifests
1 parent d0aaefa commit 29aad63

3 files changed

Lines changed: 28 additions & 7 deletions

File tree

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,20 @@
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>",

tools/amd/bower.json

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

tools/cjs/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
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"
@@ -18,6 +20,6 @@
1820
"url": "https://github.com/react-bootstrap/react-bootstrap/issues"
1921
},
2022
"peerDependencies": {
21-
"react": ">=0.9"
23+
"react": ">=0.12"
2224
}
2325
}

0 commit comments

Comments
 (0)