This repository has been archived by the owner on Dec 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove version from bower.json, as it is ignored by Bower
See https://github.com/bower/bower.json-spec#version for reference
- Loading branch information
Showing
1 changed file
with
2 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "bootstrap-css-only", | ||
"version": "3.3.0", | ||
"description": "Bower component for [Bootstrap](http://getbootstrap.com/) CSS and font libraries only. No javascript, and more importantly NO bower depenedency on jQuery.", | ||
"keywords": [ | ||
"twitter", | ||
"bootstrap", | ||
|
@@ -21,10 +21,5 @@ | |
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/fyockm/bootstrap-css-only.git" | ||
}, | ||
"gitHead": "d188941913d98e32cd46ec340279ec2bc296d670", | ||
"readme": "# Bootstrap CSS only\n\nThis is a Bower component for [Bootstrap](http://getbootstrap.com/) CSS and font libraries only. No javascript, and more importantly NO bower depenedency on jQuery. Perfect companion for [Angular-UI Bootstrap](https://github.com/angular-ui/bootstrap-bower).\n\nWith 3.0.1 and above, the glyphicons are included as well.\n\n## Installation:\n\n`bower install bootstrap-css-only`\n\n### Previous Bootstrap versions also available:\nYou can request info for a specific version with 'bower info bootstrap-css-only#<version>'\n```\nbower install bootstrap-css-only#2.3.2\nbower install bootstrap-css-only#3.0.0\n...\n```\n", | ||
"readmeFilename": "README.md", | ||
"_id": "[email protected]", | ||
"description": "This is a Bower component for [Bootstrap](http://getbootstrap.com/) CSS and font libraries only. No javascript, and more importantly NO bower depenedency on jQuery. Perfect companion for [Angular-UI Bootstrap](https://github.com/angular-ui/bootstrap-bower)." | ||
} | ||
} |