vue-simple-calendar
Advanced tools
Comparing version 1.7.0 to 1.7.1
{ | ||
"name": "vue-simple-calendar", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "Simple calendar event control", | ||
@@ -21,6 +21,4 @@ "author": "richardtallent <richard@tallent.us>", | ||
"babel-loader": "^7.1.2", | ||
"babel-plugin-istanbul": "^4.1.5", | ||
"babel-plugin-transform-runtime": "^6.23.0", | ||
"babel-preset-env": "^1.6.1", | ||
"babel-preset-stage-2": "^6.24.1", | ||
"babel-register": "^6.26.0", | ||
@@ -75,3 +73,8 @@ "chalk": "^2.1.0", | ||
"not ie <= 10" | ||
] | ||
} | ||
], | ||
"babel": { | ||
"presets": [ | ||
"env" | ||
] | ||
} | ||
} |
@@ -297,2 +297,3 @@ # vue-simple-calendar | ||
| 2017.12.12 | 1.7.0 | Add `startingDayOfWeek` property to allow the calendar to optionally start on any desired day of the week | ||
| 2017.12.15 | 1.7.1 | Hopefully resolve reported babel preset error | ||
@@ -299,0 +300,0 @@ ## Build Setup |
Sorry, the diff of this file is not supported yet
45
312
71361
28