Explorar el Código

Merge pull request #582 from herby/bower

Bower-related fixes
Nicolas Petton hace 11 años
padre
commit
4428c561b6
Se han modificado 2 ficheros con 4 adiciones y 1 borrados
  1. 3 0
      .gitignore
  2. 1 1
      bower.json

+ 3 - 0
.gitignore

@@ -16,3 +16,6 @@ test/run.js
 
 # Ignoring local NPM modules
 /node_modules/*
+
+# Ignoring local bower modules
+/bower_components/*

+ 1 - 1
bower.json

@@ -1,7 +1,7 @@
 {
   "name": "amber",
   "version": "0.11.0",
-  "main": "js/amber.js",
+  "main": "support/amber.js",
   "ignore": [
     "**/.*",
     "node_modules",