Permalink
Browse files

Ignore unnecessary files in bower distribution.

1 parent 7e9cba4 commit 51573f44ea2437e76ecfadd8775cad5fa2813d44 @jaridmargolin jaridmargolin committed May 9, 2014
Showing with 11 additions and 5 deletions.
  1. +8 −2 bower.json
  2. +1 −1 dist/formatter.js
  3. +1 −1 dist/jquery.formatter.js
  4. +1 −1 package.json
View
@@ -1,10 +1,16 @@
{
"name": "formatter.js",
- "version": "0.1.0",
+ "version": "0.1.1",
"devDependencies": {
"easy-amdtest": "~0.0.1",
"requirejs": "~2.1.11",
"jquery": "~1.11.0",
"fakey": "~0.0.7"
- }
+ },
+ "ignore": [
+ "**/.*",
+ "src",
+ "docs",
+ "test"
+ ]
}
View
@@ -1,5 +1,5 @@
/*!
- * v0.1.0
+ * v0.1.1
* Copyright (c) 2014 First Opinion
* formatter.js is open sourced under the MIT license.
*
View
@@ -1,5 +1,5 @@
/*!
- * v0.1.0
+ * v0.1.1
* Copyright (c) 2014 First Opinion
* formatter.js is open sourced under the MIT license.
*
View
@@ -1,6 +1,6 @@
{
"name": "formatter.js",
- "version": "0.1.0",
+ "version": "0.1.1",
"description": "Format user input to match a specified pattern",
"author": "Jarid Margolin <jarid@firstopinion.com>",
"repository": {

0 comments on commit 51573f4

Please sign in to comment.