@egjs/deview-recycle
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -7,3 +7,3 @@ /* | ||
repository: git+https://github.com/NAVER-FEPlatform/deview2019-demo.git | ||
version: 0.1.1 | ||
version: 0.1.2 | ||
*/ | ||
@@ -10,0 +10,0 @@ 'use strict'; |
@@ -7,3 +7,3 @@ /* | ||
repository: git+https://github.com/NAVER-FEPlatform/deview2019-demo.git | ||
version: 0.1.1 | ||
version: 0.1.2 | ||
*/ | ||
@@ -10,0 +10,0 @@ import Component from '@egjs/component'; |
{ | ||
"name": "@egjs/deview-recycle", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "", | ||
@@ -33,3 +33,2 @@ "main": "./dist/recycle.cjs.js", | ||
"devDependencies": { | ||
"@babel/generator": "^7.2.2", | ||
"@egjs/build-helper": "0.0.5", | ||
@@ -36,0 +35,0 @@ "tslint": "^5.12.1", |
@@ -19,19 +19,2 @@ const buildHelper = require("@egjs/build-helper"); | ||
}, | ||
{ | ||
name, | ||
input: "./src/index.umd.ts", | ||
output: "./dist/recycle.js", | ||
format: "umd", | ||
exports: "default", | ||
resolve: true, | ||
}, | ||
{ | ||
name, | ||
input: "./src/index.umd.ts", | ||
output: "./dist/recycle.min.js", | ||
format: "umd", | ||
exports: "default", | ||
resolve: true, | ||
uglify: true, | ||
}, | ||
]); |
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
3
69830
20
1077