From 679f828e4ec84ae2aef633842193d9ad9537f8cf Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Wed, 18 Apr 2018 21:18:18 +0200 Subject: Move @0xproject/migrations to devDependencies --- packages/0x.js/CHANGELOG.json | 8 ++++++++ packages/0x.js/package.json | 4 +--- 2 files changed, 9 insertions(+), 3 deletions(-) (limited to 'packages') diff --git a/packages/0x.js/CHANGELOG.json b/packages/0x.js/CHANGELOG.json index 7548f6530..ced7b08c5 100644 --- a/packages/0x.js/CHANGELOG.json +++ b/packages/0x.js/CHANGELOG.json @@ -1,4 +1,12 @@ [ + { + "version": "0.36.3", + "changes": [ + { + "note": "Move @0xproject/migrations to devDependencies" + } + ] + }, { "timestamp": 1524073495, "version": "0.36.2", diff --git a/packages/0x.js/package.json b/packages/0x.js/package.json index 0cc5a4bf3..a7af7e11f 100644 --- a/packages/0x.js/package.json +++ b/packages/0x.js/package.json @@ -66,6 +66,7 @@ "@0xproject/monorepo-scripts": "^0.1.18", "@0xproject/subproviders": "^0.9.0", "@0xproject/tslint-config": "^0.4.16", + "@0xproject/migrations": "^0.0.3", "@types/bintrees": "^1.0.2", "@types/lodash": "4.14.104", "@types/mocha": "^2.2.42", @@ -114,9 +115,6 @@ "uuid": "^3.1.0", "web3": "^0.20.0" }, - "optionalDependencies": { - "@0xproject/migrations": "^0.0.2" - }, "publishConfig": { "access": "public" } -- cgit v1.2.3