Skip to content

Commit

Permalink
🏗️ Build 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisMazel committed Jan 23, 2019
1 parent 2be4ca6 commit d7b92ab
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
1 change: 1 addition & 0 deletions docs/css/app.01e356c9.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/css/app.55df2295.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.55df2295.css rel=preload as=style><link href=css/chunk-vendors.a625a65d.css rel=preload as=style><link href=js/app.1159ba66.js rel=preload as=script><link href=js/chunk-vendors.e16ff483.js rel=preload as=script><link href=css/chunk-vendors.a625a65d.css rel=stylesheet><link href=css/app.55df2295.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.01e356c9.css rel=preload as=style><link href=css/chunk-vendors.a625a65d.css rel=preload as=style><link href=js/app.d8286276.js rel=preload as=script><link href=js/chunk-vendors.e16ff483.js rel=preload as=script><link href=css/chunk-vendors.a625a65d.css rel=stylesheet><link href=css/app.01e356c9.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.e16ff483.js></script><script src=js/app.1159ba66.js></script></body></html>
}</style><script src=js/chunk-vendors.e16ff483.js></script><script src=js/app.d8286276.js></script></body></html>
2 changes: 0 additions & 2 deletions docs/js/app.1159ba66.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/js/app.1159ba66.js.map

This file was deleted.

2 changes: 2 additions & 0 deletions docs/js/app.d8286276.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/js/app.d8286276.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 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,11 +1,11 @@
{
"name": "vue-phone-number-input",
"version": "0.1.1",
"version": "0.1.2",
"description": "A phone number input made with Vue JS && libphonenumber-js",
"author": "Louis Mazel <[email protected]>",
"scripts": {
"serve": "vue-cli-service serve --mode development --open",
"build": "npm run lint && npm run build:lib && npm run build:docs",
"build": "npm run build:lib && npm run build:docs",
"test": "vue-cli-service test:unit /test/specs",
"lint": "vue-cli-service lint",
"before-publish": "npm i && npm run lint && npm run build",
Expand Down

0 comments on commit d7b92ab

Please sign in to comment.