Browse Source

cleanup bower.json

Robin Herbots 10 years ago
parent
commit
4c569b3407
2 changed files with 18 additions and 4 deletions
  1. 13 0
      CHANGELOG.md
  2. 5 4
      bower.json

+ 13 - 0
CHANGELOG.md

@@ -1,6 +1,19 @@
 # Change Log
 All notable changes to this project will be documented in this file.
 
+## [UNRELEASED]
+
+### Added
+
+### Updates
+
+### Fixed
+
+## [3.2.2] - 2015-09-04
+
+### Fixed
+- Missing comma in bower.json and component.json #1064
+
 ## [3.2.1] - 2015-09-04
 
 ### Added

+ 5 - 4
bower.json

@@ -25,13 +25,14 @@
   "ignore": [
     "**/.*",
     "qunit/",
-    "nuget/",
+    "nuspecs/",
     "tools/",
     "js/",
     "*.md",
-    "build.properties",
-    "build.xml",
-    "jquery.inputmask.jquery.json"
+    "package.json",
+    "component.json",
+    "composer.json",
+    "*.js"
   ],
   "dependencies": {
     "jquery": ">=1.7"