Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
remove version from bower.json, as it is ignored by Bower
Browse files Browse the repository at this point in the history
  • Loading branch information
fyockm committed Dec 10, 2014
1 parent 48a099f commit ed65e82
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions bower.json
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",
Expand All @@ -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)."
}
}

0 comments on commit ed65e82

Please sign in to comment.