-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Price now can be string or float. A new priceDecimals prop is defined - Adding i18n assets to public
- Loading branch information
1 parent
ce5c5d5
commit b71c8eb
Showing
10 changed files
with
147 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "vue-hotel-datepicker", | ||
"version": "4.4.1", | ||
"version": "4.4.2", | ||
"description": "A responsive date range picker for Vue.js that displays the number of nights selected and allow several useful options like custom check-in/check-out rules, localization support and more", | ||
"author": "krystalcampioni <[email protected]>", | ||
"main": "dist/vueHotelDatepicker.common.js", | ||
|
@@ -52,6 +52,7 @@ | |
"@vue/eslint-config-prettier": "^6.0.0", | ||
"@vue/test-utils": "^1.2.1", | ||
"chai": "^4.3.4", | ||
"copy-webpack-plugin": "^9.0.1", | ||
"core-js": "^3.15.2", | ||
"eslint": "^7.30.0", | ||
"eslint-plugin-prettier": "^3.4.0", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
module.exports = { | ||
css: { extract: true }, | ||
assetsDir: 'assets', | ||
} |