Clean up npm package (#904)

* ignore everything but official contracts for npm

* add tests to npm package

* remove truffle migrations stuff

* remove seemingly unused npm dependency

* clean up dependencies
This commit is contained in:
Francisco Giordano
2018-04-26 12:36:41 -03:00
committed by GitHub
parent 90413e75f1
commit 0e5799c93b
7 changed files with 9 additions and 46 deletions

0
migrations/.gitkeep Normal file
View File

View File

@ -1,5 +0,0 @@
var Migrations = artifacts.require('Migrations');
module.exports = function (deployer) {
deployer.deploy(Migrations);
};

View File

@ -1,9 +0,0 @@
// var Ownable = artifacts.require("Ownable");
// NOTE: Use this file to easily deploy the contracts you're writing.
// (but make sure to reset this file before committing
// with `git checkout HEAD -- migrations/2_deploy_contracts.js`)
module.exports = function (deployer) {
// deployer.deploy(Ownable);
};