Skip to content

Commit

Permalink
fixed pika.dev issue (for the short term)
Browse files Browse the repository at this point in the history
  • Loading branch information
therealadityashankar committed Sep 27, 2020
1 parent 6529281 commit 38acc89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/languages/javascript.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as acorn from 'https://cdn.pika.dev/acorn@^7.1.0';
import * as acorn from 'https://cdn.skypack.dev/acorn@%5E7.1.0';

/* eslint no-undef: 0 */
// we're running javascript in javascript
Expand Down
2 changes: 1 addition & 1 deletion src/wc-code.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint no-undef: 0 */
import {WCCodeMirror} from 'https://cdn.pika.dev/@vanillawc/wc-codemirror@^1.4.1';
import {WCCodeMirror} from 'https://cdn.skypack.dev/@vanillawc/wc-codemirror@%5E1.4.1';
import WCCodeConsole from './console.js'
import languageDetails from './language-details.js'
import * as Utils from './utils.js'
Expand Down

0 comments on commit 38acc89

Please sign in to comment.