moo-angular-accordion
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "moo-angular-accordion", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "AngularJS Directive Component of the UI-Toolkit's Accordion for Mutual of Omaha's DXD Team", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -14,3 +14,3 @@ var webpack = require('webpack'); | ||
path: __dirname + '/src', | ||
filename: '[name].js' | ||
filename: 'index.js' | ||
}, | ||
@@ -57,3 +57,3 @@ resolve: { | ||
config.output.filename = '[name].js'; | ||
config.output.filename = 'index.js'; | ||
config.entry ='./index.js'; | ||
@@ -65,3 +65,3 @@ config.devtool = 'source-map'; | ||
config.devtool = 'source-map'; | ||
config.entry = './index.js'; | ||
config.entry = {index: './index.js'}; | ||
break; | ||
@@ -68,0 +68,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2706179