aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dev-tools-pages
diff options
context:
space:
mode:
Diffstat (limited to 'packages/dev-tools-pages')
-rw-r--r--packages/dev-tools-pages/README.md2
-rw-r--r--packages/dev-tools-pages/package.json4
-rw-r--r--packages/dev-tools-pages/ts/components/ui/text.tsx2
-rw-r--r--packages/dev-tools-pages/tslint.json2
4 files changed, 5 insertions, 5 deletions
diff --git a/packages/dev-tools-pages/README.md b/packages/dev-tools-pages/README.md
index 39fe70a25..cbc459be7 100644
--- a/packages/dev-tools-pages/README.md
+++ b/packages/dev-tools-pages/README.md
@@ -19,7 +19,7 @@ yarn install
To build this package and all other monorepo packages that it depends on, run the following from the monorepo root directory:
```bash
-PKG=@0xproject/dev-tools-pages yarn build
+PKG=@0x/dev-tools-pages yarn build
```
Note: Ignore the `WARNING in asset size limit` and `WARNING in entrypoint size limit` warnings.
diff --git a/packages/dev-tools-pages/package.json b/packages/dev-tools-pages/package.json
index f73260544..e4d02bdaf 100644
--- a/packages/dev-tools-pages/package.json
+++ b/packages/dev-tools-pages/package.json
@@ -1,5 +1,5 @@
{
- "name": "@0xproject/dev-tools-pages",
+ "name": "@0x/dev-tools-pages",
"version": "0.0.1",
"engines": {
"node": ">=6.12"
@@ -16,7 +16,7 @@
},
"license": "Apache-2.0",
"dependencies": {
- "@0xproject/react-shared": "^1.0.15",
+ "@0x/react-shared": "^1.0.15",
"basscss": "^8.0.3",
"bowser": "^1.9.3",
"less": "^2.7.2",
diff --git a/packages/dev-tools-pages/ts/components/ui/text.tsx b/packages/dev-tools-pages/ts/components/ui/text.tsx
index 8e314beae..b4a61457f 100644
--- a/packages/dev-tools-pages/ts/components/ui/text.tsx
+++ b/packages/dev-tools-pages/ts/components/ui/text.tsx
@@ -1,4 +1,4 @@
-import { colors } from '@0xproject/react-shared';
+import { colors } from '@0x/react-shared';
import { darken } from 'polished';
import * as React from 'react';
import styled from 'styled-components';
diff --git a/packages/dev-tools-pages/tslint.json b/packages/dev-tools-pages/tslint.json
index b55ffe90f..50f5be4f6 100644
--- a/packages/dev-tools-pages/tslint.json
+++ b/packages/dev-tools-pages/tslint.json
@@ -1,5 +1,5 @@
{
- "extends": ["@0xproject/tslint-config"],
+ "extends": ["@0x/tslint-config"],
"rules": {
"no-implicit-dependencies": false,
"no-object-literal-type-assertion": false,