Skip to content

Commit

Permalink
improving bower description
Browse files Browse the repository at this point in the history
  • Loading branch information
Wender Lima committed Feb 13, 2015
1 parent cfec14d commit 077af61
Show file tree
Hide file tree
Showing 7 changed files with 275 additions and 32 deletions.
8 changes: 0 additions & 8 deletions .idea/angular-simple-input-mask.iml

This file was deleted.

4 changes: 0 additions & 4 deletions .idea/encodings.xml

This file was deleted.

4 changes: 0 additions & 4 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

255 changes: 255 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 20 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,26 @@
{
"name": "angular-simple-input-mask",
"name": "angular-input-mask",
"version": "1.0.2",
"main": "./src/angular-simple-mask.js",
"dependencies": {
"angular": "^1.0.8"
}
},
"homepage": "https://github.com/wender/angular-simple-input-mask",
"authors": [
"Wender Lima <[email protected]>"
],
"description": "Way simple Angular directive to apply mask to input fields also with dynamic/multiple masks to the same field, which means that you can have different masks for different lengths of numbers",
"keywords": [
"AngularJS",
"Mask",
"Directive"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit 077af61

Please sign in to comment.