@egjs/flicking 4.10.8-beta.0 → 4.10.8

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/src/index.cjs.ts DELETED
@@ -1,14 +0,0 @@
1
- /*
2
- * Copyright (c) 2015 NAVER Corp.
3
- * egjs projects are licensed under the MIT license
4
- */
5
- import Flicking, * as modules from "./index";
6
-
7
- for (const name in modules) {
8
- (Flicking as any)[name] = (modules as any)[name];
9
- }
10
-
11
- declare const module: any;
12
- module.exports = Flicking;
13
- export default Flicking;
14
- export * from "./index";