timekit-booking
Advanced tools
Comparing version 1.9.1 to 1.9.2
{ | ||
"name": "timekit-booking", | ||
"version": "1.9.1", | ||
"version": "1.9.2", | ||
"description": "Make a beautiful embeddable booking widget in minutes", | ||
@@ -5,0 +5,0 @@ "main": "dist/booking.min.js", |
@@ -6,3 +6,3 @@ # Booking.js by Timekit | ||
**Latest release:** [v1.9.1](https://github.com/timekit-io/booking-js/releases) | ||
**Latest release:** [v1.9.2](https://github.com/timekit-io/booking-js/releases) | ||
@@ -9,0 +9,0 @@ > Make a beautiful embeddable booking widget in minutes. |
@@ -5,3 +5,3 @@ 'use strict'; | ||
* Booking.js | ||
* Version: 1.9.1 | ||
* Version: 1.9.2 | ||
* http://timekit.io | ||
@@ -8,0 +8,0 @@ * |
@@ -15,3 +15,8 @@ 'use strict'; | ||
externals: { | ||
'jquery': 'jQuery' | ||
'jquery': { | ||
root: 'jQuery', | ||
commonjs: 'jquery', | ||
commonjs2: 'jquery', | ||
amd: 'jquery' | ||
} | ||
}, | ||
@@ -18,0 +23,0 @@ module: { |
@@ -14,3 +14,8 @@ 'use strict'; | ||
externals: { | ||
'jquery': 'jQuery' | ||
'jquery': { | ||
root: 'jQuery', | ||
commonjs: 'jquery', | ||
commonjs2: 'jquery', | ||
amd: 'jquery' | ||
} | ||
}, | ||
@@ -17,0 +22,0 @@ module: { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2919053
21854