Skip to content

Commit

Permalink
🏗️ 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisMazel committed Feb 18, 2019
1 parent 293d4a6 commit bc18648
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions docs/css/chunk-vendors.2f72d5cd.css

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

1 change: 0 additions & 1 deletion docs/css/chunk-vendors.f0b8e3f8.css

This file was deleted.

4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=favicon.ico><title>vue-phone-number-input</title><link href=css/app.b94aadab.css rel=preload as=style><link href=css/chunk-vendors.f0b8e3f8.css rel=preload as=style><link href=js/app.f8976ad8.js rel=preload as=script><link href=js/chunk-vendors.5d8bb233.js rel=preload as=script><link href=css/chunk-vendors.f0b8e3f8.css rel=stylesheet><link href=css/app.b94aadab.css rel=stylesheet></head><body><noscript><strong>We're sorry but vue-phone-number-input doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><style>html, body {
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=favicon.ico><title>vue-phone-number-input</title><link href=css/app.2097f55f.css rel=preload as=style><link href=css/chunk-vendors.2f72d5cd.css rel=preload as=style><link href=js/app.665f98d1.js rel=preload as=script><link href=js/chunk-vendors.ec267950.js rel=preload as=script><link href=css/chunk-vendors.2f72d5cd.css rel=stylesheet><link href=css/app.2097f55f.css rel=stylesheet></head><body><noscript><strong>We're sorry but vue-phone-number-input doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><style>html, body {
margin: 0;
min-height: 100%;
}
Expand All @@ -17,4 +17,4 @@
-moz-flex: 1;
-ms-flex: 1;
flex: 1;
}</style><script src=js/chunk-vendors.5d8bb233.js></script><script src=js/app.f8976ad8.js></script></body></html>
}</style><script src=js/chunk-vendors.ec267950.js></script><script src=js/app.665f98d1.js></script></body></html>
2 changes: 1 addition & 1 deletion docs/js/app.f8976ad8.js → docs/js/app.665f98d1.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/js/chunk-vendors.5d8bb233.js.map

This file was deleted.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/js/chunk-vendors.ec267950.js.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-phone-number-input",
"version": "0.1.6",
"version": "0.1.7",
"description": "A phone number input made with Vue JS && libphonenumber-js",
"author": "Louis Mazel <[email protected]>",
"scripts": {
Expand All @@ -24,7 +24,7 @@
"libphonenumber-js": "^1.7.7",
"v-click-outside": "^2.0.2",
"vue": "^2.5.21",
"vue-input-ui": "^0.1.2"
"vue-input-ui": "^0.1.3"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.3.0",
Expand Down

0 comments on commit bc18648

Please sign in to comment.