Skip to content

Commit 109f37f

Browse files
authored
Merge pull request react-bootstrap#97 from react-bootstrap/fix-component-playground-dep
Fix component-playground dep
2 parents 0bbe0cb + 84635e4 commit 109f37f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/App.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react';
22
import ReactDOM, { findDOMNode } from 'react-dom';
33
import Button from 'react-bootstrap/lib/Button';
4-
import Playground from '@monastic.panic/component-playground';
4+
import Playground from '@monastic.panic/component-playground/Playground';
55

66
import PropTable from './PropTable';
77

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

29-
let scope = {
29+
const scope = {
3030
React, ReactDOM, findDOMNode, Button, injectCss, ...ReactOverlays, getOffset
3131
};
3232

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"react-dom": ">=0.14.0"
3939
},
4040
"devDependencies": {
41-
"@monastic.panic/component-playground": "jquense/component-playground",
41+
"@monastic.panic/component-playground": "^2.0.0",
4242
"babel": "^5.8.38",
4343
"babel-core": "^5.8.38",
4444
"babel-eslint": "^6.1.0",

0 commit comments

Comments
 (0)