2
0
Преглед на файлове

Push down require-css to its users

Eg. out of amber, add to helios and amber-attic.
Herbert Vojčík преди 9 години
родител
ревизия
3fa77901ca
променени са 2 файла, в които са добавени 1 реда и са изтрити 12 реда
  1. 1 2
      bower.json
  2. 0 10
      require-css.amd.json

+ 1 - 2
bower.json

@@ -16,8 +16,7 @@
   ],
   "dependencies": {
     "jquery": ">=1.7.0",
-    "es5-shim": "^4.0.3",
-    "require-css": "^0.1.2"
+    "es5-shim": "^4.0.3"
   },
   "devDependencies": {
     "jquery": ">=1.7.0 <2.1.0"

+ 0 - 10
require-css.amd.json

@@ -1,10 +0,0 @@
-{
-    "paths": {
-        "require-css": "."
-    },
-    "map": {
-        "*": {
-            "css": "require-css/css"
-        }
-    }
-}