Comparing version 2.0.0-beta1 to 2.0.0-beta2
@@ -28,3 +28,3 @@ { | ||
], | ||
"version": "2.0.0-beta1" | ||
"version": "2.0.0-beta2" | ||
} |
{ | ||
"name": "card", | ||
"version": "2.0.0-beta1", | ||
"version": "2.0.0-beta2", | ||
"author": "Jesse Pollak <jpollak92@gmail.com>", | ||
@@ -5,0 +5,0 @@ "description": "Card lets you add an interactive, CSS3 credit card animation to your credit card form to help your users through the process.", |
@@ -29,18 +29,2 @@ var webpack = require('webpack') | ||
var libConfig = _.defaults( | ||
{ | ||
output: { | ||
path: __dirname + '/lib/', | ||
filename: 'index.js', | ||
library: 'card', | ||
libraryTarget: 'umd', | ||
}, | ||
externals: { | ||
"qj": "QJ", | ||
"payment": "Payment" | ||
} | ||
}, | ||
baseConfig | ||
) | ||
var jQueryConfig = _.defaults( | ||
@@ -64,4 +48,3 @@ { | ||
baseConfig, | ||
libConfig, | ||
jQueryConfig | ||
] |
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
2
0
1576518
121
5504