Change @0xproject/contracts version number back to 2.1.48

This commit is contained in:
Alex Browne
2018-10-02 13:11:34 -07:00
parent 90f5e4d197
commit 5b1b423b5e
2 changed files with 2 additions and 2 deletions

View File

@@ -67,7 +67,7 @@
"web3-provider-engine": "14.0.6"
},
"dependencies": {
"@0xproject/contracts": "^2.0.0",
"@0xproject/contracts": "^2.1.48",
"@0xproject/assert": "^1.0.13",
"@0xproject/base-contract": "^3.0.1",
"@0xproject/fill-scenarios": "^1.0.7",

View File

@@ -1,6 +1,6 @@
{
"name": "@0xproject/contracts",
"version": "2.0.0",
"version": "2.1.48",
"engines": {
"node": ">=6.12"
},