Parcourir la source

change from component.json to bower.json

Ben Thomas il y a 11 ans
Parent
commit
21337e315b
2 fichiers modifiés avec 24 ajouts et 1 suppressions
  1. 23 0
      bower.json
  2. 1 1
      component.json

+ 23 - 0
bower.json

@@ -0,0 +1,23 @@
+{
+  "name": "font-awesome",
+  "description": "Font Awesome",
+  "version": "4.0.4",
+  "keywords": [],
+  "homepage": "http://fontawesome.io",
+  "dependencies": {},
+  "development": {},
+  "license": "SIL, MIT, CC BY 3.0",
+  "main": [
+    "./css/font-awesome.css",
+    "./fonts/*"
+  ],
+  "ignore": [
+    "*/.*",
+    "*.json",
+    "src",
+    "*.yml",
+    "Gemfile",
+    "Gemfile.lock",
+    "*.md"
+  ]
+}

+ 1 - 1
component.json

@@ -1,5 +1,5 @@
 {
-  "name": "Font-Awesome",
+  "name": "font-awesome",
   "repo": "FortAwesome/Font-Awesome",
   "description": "Font Awesome",
   "version": "4.0.4",