@cleartrip/bento
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@cleartrip/bento", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Cleartrip Design System", | ||
@@ -5,0 +5,0 @@ "main": "dist/bundled.js", |
@@ -10,2 +10,3 @@ import "./scss/index.scss"; | ||
import Banner from './components/Banner' | ||
import Icon from './components/Icon' | ||
@@ -29,2 +30,3 @@ import Collapse from './animations/Collapse' | ||
Banner, | ||
Icon, | ||
Collapse, | ||
@@ -31,0 +33,0 @@ Fade, |
@@ -7,3 +7,6 @@ const path = require('path'); | ||
path: path.resolve(__dirname, 'dist'), | ||
filename: 'bundled.js' | ||
filename: 'bundled.js', | ||
library: 'bento', | ||
libraryTarget: 'umd', | ||
umdNamedDefine: true | ||
}, | ||
@@ -10,0 +13,0 @@ module: { |
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
516667
1433