Skip to content

Commit

Permalink
chore: Updated package
Browse files Browse the repository at this point in the history
  • Loading branch information
joserick committed Mar 15, 2021
1 parent cd19e27 commit 60230a9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions docs/v-money-spinner.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/*!
* Vue.js v2.6.12
* (c) 2014-2020 Evan You
* Released under the MIT License.
*/
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "v-money-spinner",
"version": "0.1.6",
"version": "0.1.7",
"description": "A component with input spinner and currency mask.",
"main": "dist/v-money-spinner.js",
"scripts": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"vue": "^2.6.12"
},
"devDependencies": {
"poi": "^12.10.2",
"poi": "^12.10.3",
"v-money": "git+https://github.com/joserick/v-money.git",
"vue": "^2.6.12",
"vue-template-compiler": "^2.6.12"
Expand Down
2 changes: 1 addition & 1 deletion src/docs/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
<br>
<div class="bg-light border-top py-5">
<div class="container">
<h1 class="text-center">Multiples Amount Format</h1>
<h1 class="text-center">Multiple Amount Formats</h1>
<br>
<div class="row">
<div class="col-8 offset-2 text-center">
Expand Down
4 changes: 2 additions & 2 deletions src/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" crossorigin="anonymous"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"></script>

<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" crossorigin="anonymous"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"></script>

Expand All @@ -22,7 +22,7 @@

</head>
<body>

<noscript>
We're sorry but <%= html.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.
</noscript>
Expand Down

0 comments on commit 60230a9

Please sign in to comment.