aboutsummaryrefslogtreecommitdiffstats
path: root/packages/assert/package.json
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-07-25 18:33:08 +0800
committerGitHub <noreply@github.com>2018-07-25 18:33:08 +0800
commit05b35c0fdcbca7980d4195e96ec791c1c2d13398 (patch)
treea0650603ef44458500b4ecf31527776080191405 /packages/assert/package.json
parentfac90c446cc3a79ffe57ae13c685e7555714cf23 (diff)
parent36b61650b3174c30b0495d0a50f1d872a4edd8d9 (diff)
downloaddexon-sol-tools-05b35c0fdcbca7980d4195e96ec791c1c2d13398.tar
dexon-sol-tools-05b35c0fdcbca7980d4195e96ec791c1c2d13398.tar.gz
dexon-sol-tools-05b35c0fdcbca7980d4195e96ec791c1c2d13398.tar.bz2
dexon-sol-tools-05b35c0fdcbca7980d4195e96ec791c1c2d13398.tar.lz
dexon-sol-tools-05b35c0fdcbca7980d4195e96ec791c1c2d13398.tar.xz
dexon-sol-tools-05b35c0fdcbca7980d4195e96ec791c1c2d13398.tar.zst
dexon-sol-tools-05b35c0fdcbca7980d4195e96ec791c1c2d13398.zip
Merge pull request #908 from 0xProject/publish-fixes-rc
Publish Flow Fixes For RC releases
Diffstat (limited to 'packages/assert/package.json')
-rw-r--r--packages/assert/package.json13
1 files changed, 6 insertions, 7 deletions
diff --git a/packages/assert/package.json b/packages/assert/package.json
index 1094cba85..bd6805ea0 100644
--- a/packages/assert/package.json
+++ b/packages/assert/package.json
@@ -1,6 +1,6 @@
{
"name": "@0xproject/assert",
- "version": "1.0.0",
+ "version": "1.0.1",
"engines": {
"node": ">=6.12"
},
@@ -13,7 +13,6 @@
"clean": "shx rm -rf lib test_temp scripts",
"lint": "tslint --project .",
"run_mocha": "mocha --require source-map-support/register --require make-promises-safe lib/test/**/*_test.js --exit",
- "prepublishOnly": "run-p build",
"test": "yarn run_mocha",
"rebuild_and_test": "run-s clean build test",
"test:coverage": "nyc npm run test --all && yarn coverage:report:lcov",
@@ -31,8 +30,8 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/assert/README.md",
"devDependencies": {
- "@0xproject/monorepo-scripts": "^1.0.0",
- "@0xproject/tslint-config": "^1.0.0",
+ "@0xproject/monorepo-scripts": "^1.0.1",
+ "@0xproject/tslint-config": "^1.0.1",
"@types/lodash": "4.14.104",
"@types/mocha": "^2.2.42",
"@types/valid-url": "^1.0.2",
@@ -48,9 +47,9 @@
"typescript": "2.7.1"
},
"dependencies": {
- "@0xproject/json-schemas": "^1.0.0-rc.1",
- "@0xproject/typescript-typings": "^1.0.0",
- "@0xproject/utils": "^1.0.0",
+ "@0xproject/json-schemas": "^1.0.0",
+ "@0xproject/typescript-typings": "^1.0.1",
+ "@0xproject/utils": "^1.0.1",
"lodash": "^4.17.4",
"valid-url": "^1.0.9"
},