-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace the
media_types
dependency with new Deno std
APIs.
Fixes #5 .
- Loading branch information
1 parent
37e5428
commit 0f7cb60
Showing
7 changed files
with
49 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,6 @@ | |
"imports": { | ||
"free_port/": "https://deno.land/x/[email protected]/", | ||
"graphql-react/": "https://unpkg.com/[email protected]/", | ||
"media_types/": "https://deno.land/x/[email protected]/", | ||
"puppeteer": "https://deno.land/x/[email protected]/mod.ts", | ||
"react": "https://esm.sh/[email protected]?dev", | ||
"react-dom": "https://esm.sh/[email protected]?dev", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -85,7 +85,6 @@ A Ruck project contains: | |
{ | ||
"imports": { | ||
"graphql-react/": "https://unpkg.com/[email protected]/", | ||
"media_types/": "https://deno.land/x/[email protected]/", | ||
"react": "https://esm.sh/[email protected]?dev", | ||
"react-dom/server": "https://esm.sh/[email protected]/server?dev", | ||
"react-waterfall-render/": "https://unpkg.com/[email protected]/", | ||
|
@@ -100,7 +99,6 @@ A Ruck project contains: | |
{ | ||
"imports": { | ||
"graphql-react/": "https://unpkg.com/[email protected]/", | ||
"media_types/": "https://deno.land/x/[email protected]/", | ||
"react": "https://esm.sh/[email protected]", | ||
"react-dom/server": "https://esm.sh/[email protected]/server", | ||
"react-waterfall-render/": "https://unpkg.com/[email protected]/", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
abc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
abc |