ether-pudding
Advanced tools
Comparing version 2.0.3 to 2.0.4
{ | ||
"name": "ether-pudding", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Pudding - a (more) delightful Ethereum contract abstraction", | ||
@@ -5,0 +5,0 @@ "author": "Tim Coulter", |
@@ -13,4 +13,11 @@ var pkg = require("./package.json"); | ||
path: "./dist", | ||
filename: `[name]` | ||
filename: `[name]`, | ||
// Output as a library usable outside of webpack | ||
libraryTarget: "var", | ||
library: "Pudding" | ||
}, | ||
externals: { | ||
"bluebird": "Promise" | ||
}, | ||
module: { | ||
@@ -17,0 +24,0 @@ loaders: [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
49743
894
1