@egjs/flicking 4.9.3-beta.0 → 4.9.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/flicking.esm.js +2 -2
- package/dist/flicking.esm.js.map +1 -1
- package/dist/flicking.js +2 -2
- package/dist/flicking.js.map +1 -1
- package/dist/flicking.min.js +2 -2
- package/dist/flicking.min.js.map +1 -1
- package/dist/flicking.pkgd.js +2 -2
- package/dist/flicking.pkgd.js.map +1 -1
- package/dist/flicking.pkgd.min.js +2 -2
- package/dist/flicking.pkgd.min.js.map +1 -1
- package/package.json +1 -1
package/dist/flicking.esm.js
CHANGED
|
@@ -4,7 +4,7 @@ name: @egjs/flicking
|
|
|
4
4
|
license: MIT
|
|
5
5
|
author: NAVER Corp.
|
|
6
6
|
repository: https://github.com/naver/egjs-flicking
|
|
7
|
-
version: 4.9.3
|
|
7
|
+
version: 4.9.3
|
|
8
8
|
*/
|
|
9
9
|
import Component, { ComponentEvent } from '@egjs/component';
|
|
10
10
|
import Axes, { PanInput } from '@egjs/axes';
|
|
@@ -8579,7 +8579,7 @@ function (_super) {
|
|
|
8579
8579
|
*/
|
|
8580
8580
|
|
|
8581
8581
|
|
|
8582
|
-
Flicking.VERSION = "4.9.3
|
|
8582
|
+
Flicking.VERSION = "4.9.3";
|
|
8583
8583
|
return Flicking;
|
|
8584
8584
|
}(Component);
|
|
8585
8585
|
|