Skip to content

Commit

Permalink
Removed codemirror dep since it's coming from CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed Aug 8, 2017
1 parent 031fa4f commit 4bceb9e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion js/repl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "0.0.1",
"private": true,
"dependencies": {
"codemirror": "^5.28.0",
"flow-bin": "^0.52.0",
"glamor": "^2.20.39",
"lodash.camelcase": "^4.3.0",
Expand Down
1 change: 1 addition & 0 deletions js/repl/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<script src="https://unpkg.com/codemirror@5/mode/xml/xml.js"></script>
<script src="https://unpkg.com/codemirror@5/mode/jsx/jsx.js"></script>
<script src="https://unpkg.com/codemirror@5/keymap/sublime.js"></script>
<link rel="stylesheet" href="https://unpkg.com/codemirror@5//lib/codemirror.css">

<!--
Notice the use of %PUBLIC_URL% in the tags above.
Expand Down
2 changes: 0 additions & 2 deletions js/repl/src/CodeMirror.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
import { css } from 'glamor';
import React from 'react';

import 'codemirror/lib/codemirror.css';

const DEFAULT_CODE_MIRROR_OPTIONS = {
autoCloseBrackets: true,
keyMap: 'sublime',
Expand Down
4 changes: 0 additions & 4 deletions js/repl/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1362,10 +1362,6 @@ code-point-at@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"

codemirror@^5.28.0:
version "5.28.0"
resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.28.0.tgz#2978d9280d671351a4f5737d06bbd681a0fd6f83"

color-convert@^1.3.0, color-convert@^1.9.0:
version "1.9.0"
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.0.tgz#1accf97dd739b983bf994d56fec8f95853641b7a"
Expand Down

0 comments on commit 4bceb9e

Please sign in to comment.