Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
lozjackson committed May 7, 2018
1 parent 72ed2c4 commit cc16d25
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion angular1/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular1-text-mask",
"version": "6.1.1",
"version": "6.1.2",
"description": "Angular 1 directive for input text masking",
"main": "dist/angular1TextMask.js",
"author": "Thomas (@PerfectPixel)",
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "text-mask-core",
"version": "5.1.0",
"version": "5.1.1",
"description": "Core of https://github.com/text-mask/text-mask",
"main": "dist/textMaskCore.js",
"author": "M.K. Safi <msafi@msafi.com>",
Expand Down
40 changes: 20 additions & 20 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion react/dist/reactTextMask.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-text-mask",
"version": "5.4.0",
"version": "5.4.1",
"description": "React input component that accepts mask pattern",
"main": "dist/reactTextMask.js",
"author": "M.K. Safi <msafi@msafi.com>",
Expand Down
2 changes: 1 addition & 1 deletion vanilla/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vanilla-text-mask",
"version": "5.1.0",
"version": "5.1.1",
"description": "JavaScript function that makes input HTML element accept mask pattern",
"main": "dist/vanillaTextMask.js",
"author": "M.K. Safi <msafi@msafi.com>",
Expand Down
2 changes: 1 addition & 1 deletion vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-text-mask",
"version": "6.1.0",
"version": "6.1.1",
"description": "Vue component for input masking",
"main": "dist/vueTextMask.js",
"author": "Bill Colmbia <hello@billcolumbia.com>",
Expand Down
24 changes: 12 additions & 12 deletions website/static/bundle.js

Large diffs are not rendered by default.

0 comments on commit cc16d25

Please sign in to comment.