Skip to content

Commit

Permalink
update release
Browse files Browse the repository at this point in the history
  • Loading branch information
aion-6368726973 committed Feb 26, 2018
1 parent 64513d9 commit 9f68b29
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
13 changes: 9 additions & 4 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,15 @@ gulp.task('release', ['build'], function () {
gulp.src([
'gulpfile.js',
'lib/**/*.js',
'example/**/*.js',
'example/**/*.sol',
'test/**/*.js',
'test/**/*.sol',
'example/compile.js',
'example/unlock.js',
'example/token-on-aion/**/*',
'example/wallet/**/*',
'example/react-boilerplate/public/**/*',
'example/react-boilerplate/src/**/*',
'example/react-boilerplate/package.json',
'example/react-boilerplate/README.md',
'test/**/*',
'LICENSE',
'README.md',
'console.js',
Expand Down
2 changes: 1 addition & 1 deletion lib/web3.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var Net = require('./web3/methods/net');
var Personal = require('./web3/methods/personal');
var Swarm = require('./web3/methods/swarm');
var Settings = require('./web3/settings');
var version = '0.0.3';
var version = '0.0.4';
var utils = require('./utils/utils');
var sha3 = require('./utils/sha3');
var extend = require('./web3/extend');
Expand Down
1 change: 0 additions & 1 deletion test/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ Promise.all([
code = res[1].Types.code
const options = {from:acc, data:code, gas: 10000000, gasPrice:1}


web3.eth.contract(abi).new(options, (err, contract)=>{
if(err)
console.log('[err] ' + err)
Expand Down

0 comments on commit 9f68b29

Please sign in to comment.