fix: rename org

This commit is contained in:
Richard Ramos 2020-01-22 15:45:09 -04:00
parent 924a7ba577
commit ddedf64af9
2 changed files with 3 additions and 3 deletions

View File

@ -14,9 +14,9 @@ yarn
yarn build:dev yarn build:dev
yarn link yarn link
``` ```
Then in the current folder link `@status-im/subspace`, and install the packages Then in the current folder link `@embarklabs/subspace`, and install the packages
``` ```
yarn link "@status-im/subspace" yarn link "@embarklabs/subspace"
yarn yarn
``` ```

View File

@ -1,6 +1,6 @@
import React from "react"; import React from "react";
import Subspace from "@status-im/subspace"; import Subspace from "@status-im/subspace";
import { $average, $latest } from "@status-im/subspace"; import { $average, $latest } from "@embarklabs/subspace";
import { makeExecutableSchema } from "graphql-tools"; import { makeExecutableSchema } from "graphql-tools";
import { graphql } from "reactive-graphql"; import { graphql } from "reactive-graphql";
import { map, scan } from "rxjs/operators"; import { map, scan } from "rxjs/operators";