Skip to content

Commit

Permalink
Move react-monorepo example to examples/ dir
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re committed Jun 3, 2019
1 parent d5ea552 commit 1569137
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"react-app-polyfill": "^1.0.0"
},
"alias": {
"react": "../../../node_modules/react",
"react-dom": "../../../node_modules/react-dom",
"core": "../."
"react": "../../node_modules/react",
"react-dom": "../../node_modules/react-dom",
"core": "../../packages/core"
},
"devDependencies": {
"@types/react": "^16.8.15",
Expand Down
3 changes: 0 additions & 3 deletions templates/react-monorepo/packages/core/example/.gitignore

This file was deleted.

0 comments on commit 1569137

Please sign in to comment.