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

Commit ed65e82

Browse files
committed
remove version from bower.json, as it is ignored by Bower
See https://github.com/bower/bower.json-spec#version for reference
1 parent 48a099f commit ed65e82

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

bower.json

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-css-only",
3-
"version": "3.3.0",
3+
"description": "Bower component for [Bootstrap](http://getbootstrap.com/) CSS and font libraries only. No javascript, and more importantly NO bower depenedency on jQuery.",
44
"keywords": [
55
"twitter",
66
"bootstrap",
@@ -21,10 +21,5 @@
2121
"repository": {
2222
"type": "git",
2323
"url": "git://github.com/fyockm/bootstrap-css-only.git"
24-
},
25-
"gitHead": "d188941913d98e32cd46ec340279ec2bc296d670",
26-
"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",
27-
"readmeFilename": "README.md",
28-
29-
"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)."
24+
}
3025
}

0 commit comments

Comments
 (0)