Skip to content

Commit

Permalink
using ensure0x
Browse files Browse the repository at this point in the history
  • Loading branch information
grandsmarquis committed Jun 4, 2019
2 parents bb5bcc4 + be6f0a0 commit 7420760
Show file tree
Hide file tree
Showing 79 changed files with 756 additions and 913 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "0.2.3"
"version": "0.2.6"
}
76 changes: 0 additions & 76 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"mocha-lcov-reporter": "^1.3.0",
"nock": "^10.0.6",
"node-metamask": "^1.1.2",
"npm-run-all": "^4.1.5",
"nyc": "^14.0.0",
"pre-commit": "^1.2.2",
"should": "^13.2.3",
Expand Down Expand Up @@ -57,14 +56,16 @@
"test": "cross-env NODE_ENV=test nyc mocha packages/*/test/unit $npm_package_options_mocha",
"test:swap": "cross-env NODE_ENV=test nyc mocha test/integration/swap $npm_package_options_mocha",
"watch": "cross-env WEBPACK_WATCH=true lerna run build --parallel",
"build:node": "cross-env NODE_ENV=production lerna run build:node --stream",
"build:browser": "cross-env NODE_ENV=production lerna run build:browser --stream",
"build:dev:node": "lerna run build:node --stream",
"build:dev:browser": "lerna run build:browser --stream",
"build:dev": "lerna run build --stream",
"build:node": "cross-env NODE_ENV=production npm run build:node",
"build:browser": "cross-env NODE_ENV=production npm run build:browser",
"build": "cross-env NODE_ENV=production npm run build:dev",
"build:with-pkg-stats": "cross-env BUILD_PKG_STATS=true npm run build",
"new:version": "lerna version --no-push --no-git-tag-version && lerna clean --yes && lerna bootstrap",
"publish:all": "lerna publish from-package",
"prepublishOnly": "run-s lint build test"
"prepublishOnly": "npm run lint && npm run build:dev:browser && npm run build && npm run test"
},
"options": {
"coverage": "--reporter=text-lcov",
Expand Down
Loading

0 comments on commit 7420760

Please sign in to comment.