@egjs/deview-recycle
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -7,3 +7,3 @@ /* | ||
repository: git+https://github.com/NAVER-FEPlatform/deview2019-demo.git | ||
version: 0.1.2 | ||
version: 0.1.3 | ||
*/ | ||
@@ -399,3 +399,3 @@ 'use strict'; | ||
exports.default = DeviewRecycle; | ||
module.exports = DeviewRecycle; | ||
//# sourceMappingURL=recycle.cjs.js.map |
@@ -7,3 +7,3 @@ /* | ||
repository: git+https://github.com/NAVER-FEPlatform/deview2019-demo.git | ||
version: 0.1.2 | ||
version: 0.1.3 | ||
*/ | ||
@@ -10,0 +10,0 @@ import Component from '@egjs/component'; |
{ | ||
"name": "@egjs/deview-recycle", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/recycle.cjs.js", |
@@ -9,3 +9,3 @@ const buildHelper = require("@egjs/build-helper"); | ||
output: "./dist/recycle.cjs.js", | ||
exports: "named", | ||
exports: "default", | ||
format: "cjs", | ||
@@ -12,0 +12,0 @@ }, |
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
69831