Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
fix(docz-components): fix development example
Browse files Browse the repository at this point in the history
  • Loading branch information
rakannimer committed Aug 31, 2019
1 parent 73fafd1 commit faf2134
Show file tree
Hide file tree
Showing 4 changed files with 5,348 additions and 6 deletions.
2 changes: 1 addition & 1 deletion core/docz-components/example/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'react-app-polyfill/ie11';
import * as React from 'react';
import * as ReactDOM from 'react-dom';
import { Playground } from '../.';
import { Playground } from '../';

const App = () => {
return (
Expand Down
5 changes: 2 additions & 3 deletions core/docz-components/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@
"build": "parcel build index.html"
},
"dependencies": {
"react-app-polyfill": "^1.0.0"
"react-app-polyfill": "^1.0.2"
},
"alias": {
"react": "../node_modules/react",
"react-dom": "../node_modules/react-dom/profiling",
"scheduler/tracing": "../node_modules/scheduler/tracing-profiling"
"react-dom": "../node_modules/react-dom"
},
"devDependencies": {
"@types/react": "^16.8.15",
Expand Down
Loading

0 comments on commit faf2134

Please sign in to comment.