Comparing version 1.0.0 to 1.0.1
@@ -946,4 +946,4 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
if (action.class) { | ||
Object(_helper__WEBPACK_IMPORTED_MODULE_1__["setClass"])(actionNode, action.class); | ||
if (action["class"]) { | ||
Object(_helper__WEBPACK_IMPORTED_MODULE_1__["setClass"])(actionNode, action["class"]); | ||
} | ||
@@ -950,0 +950,0 @@ |
{ | ||
"name": "toast-me", | ||
"version": "1.0.0", | ||
"description": "Produce universal library with webpack and es6", | ||
"version": "1.0.1", | ||
"description": "Creates toast messages", | ||
"main": "lib/toast-me.min.js", | ||
@@ -24,6 +24,6 @@ "scripts": { | ||
], | ||
"author": "Krasimir Tsonev", | ||
"author": "Alex Kalinin", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/krasimir/webpack-library-starter/issues" | ||
"url": "https://github.com/a-kalinin/toast-me/issues" | ||
}, | ||
@@ -30,0 +30,0 @@ "homepage": "https://github.com/a-kalinin/toast-me", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
426749