Permalink
Browse files

Ignore Gruntfile.js in bower distribution.

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

0 comments on commit d37a4fc

Please sign in to comment.