aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/website/package.json')
-rw-r--r--packages/website/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/website/package.json b/packages/website/package.json
index b8588a31f..ca1f440a4 100644
--- a/packages/website/package.json
+++ b/packages/website/package.json
@@ -1,6 +1,7 @@
{
"name": "website",
"version": "0.0.0",
+ "private": true,
"description": "Website and 0x portal dapp",
"scripts": {
"build": "NODE_ENV=production webpack; exit 0;",
@@ -17,7 +18,7 @@
"author": "Fabio Berger",
"license": "Apache-2.0",
"dependencies": {
- "0x.js": "^0.26.0",
+ "0x.js": "^0.27.0",
"accounting": "^0.4.1",
"basscss": "^8.0.3",
"bignumber.js": "~4.1.0",