Skip to content

Commit fbad620

Browse files
committed
Corrected package information
1 parent 8c42d6a commit fbad620

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "jasny-bootstrap",
2+
"name": "bootstrap",
33
"version": "3.0.0-p7",
44
"main": ["./dist/js/bootstrap.js", "./dist/css/bootstrap.css"],
55
"ignore": [

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jasny/bootstrap"
3-
, "description": "The sleek and powerfull front-end framework you love, plus everything it's missing."
3+
, "description": "An extended version of Twitter Bootstrap"
44
, "keywords": ["bootstrap", "css"]
55
, "homepage": "http://jasny.github.io/bootstrap"
66
, "authors": [

package.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,32 @@
11
{
2-
"name": "bootstrap"
3-
, "description": "The sleek and powerfull front-end framework you love, plus everything it's missing."
2+
"name": "jasny-bootstrap"
3+
, "description": "An extended version of Twitter Bootstrap"
44
, "version": "3.0.0-p7"
5-
, "keywords": ["bootstrap", "css"]
5+
, "keywords": ["twitter bootstrap", "bootstrap", "css"]
66
, "homepage": "http://jasny.github.com/bootstrap/"
77
, "author": "Jasny BV"
8+
, "maintainers": [
9+
{
10+
"name": "Arnold Daniels",
11+
"email": "arnold@jasny.net",
12+
"web": "https://twitter.com/ArnoldDaniels/"
13+
}
14+
]
815
, "scripts": { "test": "grunt test" }
916
, "repository": {
1017
"type": "git"
1118
, "url": "https://github.com/jasny/bootstrap.git"
1219
}
20+
, "bugs": "https://github.com/jasny/bootstrap/issues"
1321
, "licenses": [
1422
{
1523
"type": "Apache-2.0"
1624
, "url": "http://www.apache.org/licenses/LICENSE-2.0"
1725
}
1826
]
27+
, "bundledDependencies": [
28+
"bootstrap"
29+
]
1930
, "devDependencies": {
2031
"grunt": "~0.4.1"
2132
, "grunt-contrib-clean": "~0.5.0"

0 commit comments

Comments
 (0)