Skip to content

Commit

Permalink
v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scokmen committed May 5, 2016
1 parent 4210e91 commit 118c33a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# data-mask
A small string masking library in javascript.

## INSTALLATION

**With bower:**

```javascript
bower install --save data-mask
```

## USAGE

**Use it by using DataMasker instance with plain text:**
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"ignore": [
"node_modules",
"bower_components",
"test/*.*",
"spec/*.*",
"package.json"
]
}
2 changes: 1 addition & 1 deletion dist/data-mask.min.js

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

0 comments on commit 118c33a

Please sign in to comment.