Skip to content

Commit

Permalink
Add SafeMath as npm dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
schemar committed May 7, 2019
1 parent f4885ec commit 7d2a64d
Show file tree
Hide file tree
Showing 5 changed files with 3,701 additions and 150 deletions.
9 changes: 6 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# OSX
.DS_Store
.idea/

# VS Code
.vscode
# IDEs
.idea/
*.iml
.vscode/
*.swp
tags

# Vagrant
.vagrant/
Expand Down
2 changes: 1 addition & 1 deletion contracts/EIP20Token.sol
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pragma solidity ^0.5.0;
// ----------------------------------------------------------------------------

import "./EIP20Interface.sol";
import "./SafeMath.sol";
import "openzeppelin-solidity/contracts/math/SafeMath.sol";

/**
* @title EIP20Token contract.
Expand Down
143 changes: 0 additions & 143 deletions contracts/SafeMath.sol

This file was deleted.

Loading

0 comments on commit 7d2a64d

Please sign in to comment.