vue-simple-calendar
Advanced tools
Comparing version 2.1.1 to 2.1.2
{ | ||
"name": "vue-simple-calendar", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "Simple calendar event control", | ||
@@ -53,7 +53,3 @@ "author": "richardtallent <richard@tallent.us>", | ||
}, | ||
"browserslist": [ | ||
"> 1%", | ||
"last 2 versions", | ||
"not ie < 11" | ||
], | ||
"browserslist": ["> 1%", "last 2 versions", "not ie < 11"], | ||
"prettier": { | ||
@@ -82,6 +78,3 @@ "useTabs": true, | ||
}, | ||
"extends": [ | ||
"eslint:recommended", | ||
"plugin:vue/recommended" | ||
], | ||
"extends": ["eslint:recommended", "plugin:vue/recommended"], | ||
"rules": { | ||
@@ -93,5 +86,3 @@ "vue/html-indent": "tab", | ||
}, | ||
"eslintIgnore": [ | ||
"node_modules/*.*" | ||
], | ||
"eslintIgnore": ["node_modules/*.*"], | ||
"postcss": { | ||
@@ -98,0 +89,0 @@ "plugins": { |
@@ -490,2 +490,3 @@ - [Introduction](#vue-simple-calendar) | ||
2018.01.25 | 2.1.1 | Forgot to build before publish :( | ||
2018.01.27 | 2.1.2 | Prevent click-date events for future dates when disableFuture is true (feature parity with disablePast). Fixes #40. | ||
@@ -492,0 +493,0 @@ ## Build Setup |
Sorry, the diff of this file is not supported yet
140009
504