Skip to content

Commit

Permalink
Corrected package information
Browse files Browse the repository at this point in the history
  • Loading branch information
jasny committed Oct 29, 2013
1 parent 8c42d6a commit fbad620
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "jasny-bootstrap",
"name": "bootstrap",
"version": "3.0.0-p7",
"main": ["./dist/js/bootstrap.js", "./dist/css/bootstrap.css"],
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jasny/bootstrap"
, "description": "The sleek and powerfull front-end framework you love, plus everything it's missing."
, "description": "An extended version of Twitter Bootstrap"
, "keywords": ["bootstrap", "css"]
, "homepage": "http://jasny.github.io/bootstrap"
, "authors": [
Expand Down
17 changes: 14 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,32 @@
{
"name": "bootstrap"
, "description": "The sleek and powerfull front-end framework you love, plus everything it's missing."
"name": "jasny-bootstrap"
, "description": "An extended version of Twitter Bootstrap"
, "version": "3.0.0-p7"
, "keywords": ["bootstrap", "css"]
, "keywords": ["twitter bootstrap", "bootstrap", "css"]
, "homepage": "http://jasny.github.com/bootstrap/"
, "author": "Jasny BV"
, "maintainers": [
{
"name": "Arnold Daniels",
"email": "[email protected]",
"web": "https://twitter.com/ArnoldDaniels/"
}
]
, "scripts": { "test": "grunt test" }
, "repository": {
"type": "git"
, "url": "https://github.com/jasny/bootstrap.git"
}
, "bugs": "https://github.com/jasny/bootstrap/issues"
, "licenses": [
{
"type": "Apache-2.0"
, "url": "http://www.apache.org/licenses/LICENSE-2.0"
}
]
, "bundledDependencies": [
"bootstrap"
]
, "devDependencies": {
"grunt": "~0.4.1"
, "grunt-contrib-clean": "~0.5.0"
Expand Down

0 comments on commit fbad620

Please sign in to comment.