ether-pudding
Advanced tools
Comparing version 2.0.8 to 2.0.9
@@ -49,3 +49,3 @@ var fs = require("fs"); | ||
var m = new Module(); | ||
m._compile(contract.code); | ||
m._compile(contract.code, contract.file); | ||
@@ -52,0 +52,0 @@ factories.push(m.exports); |
{ | ||
"name": "ether-pudding", | ||
"version": "2.0.8", | ||
"version": "2.0.9", | ||
"description": "Pudding - a (more) delightful Ethereum contract abstraction", | ||
@@ -9,3 +9,3 @@ "author": "Tim Coulter", | ||
"scripts": { | ||
"test": "./node_modules/.bin/mocha" | ||
"test": "mocha" | ||
}, | ||
@@ -12,0 +12,0 @@ "repository": { |
50228