Skip to content

Commit

Permalink
Merge pull request react-bootstrap#97 from react-bootstrap/fix-compon…
Browse files Browse the repository at this point in the history
…ent-playground-dep

Fix component-playground dep
  • Loading branch information
taion committed Jul 8, 2016
2 parents 0bbe0cb + 84635e4 commit 109f37f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/App.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import ReactDOM, { findDOMNode } from 'react-dom';
import Button from 'react-bootstrap/lib/Button';
import Playground from '@monastic.panic/component-playground';
import Playground from '@monastic.panic/component-playground/Playground';

import PropTable from './PropTable';

Expand All @@ -26,7 +26,7 @@ import getOffset from 'dom-helpers/query/offset';
import './styles.less';
import injectCss from './injectCss';

let scope = {
const scope = {
React, ReactDOM, findDOMNode, Button, injectCss, ...ReactOverlays, getOffset
};

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"react-dom": ">=0.14.0"
},
"devDependencies": {
"@monastic.panic/component-playground": "jquense/component-playground",
"@monastic.panic/component-playground": "^2.0.0",
"babel": "^5.8.38",
"babel-core": "^5.8.38",
"babel-eslint": "^6.1.0",
Expand Down

0 comments on commit 109f37f

Please sign in to comment.