8000 Fix BluekitEvent by imtoo · Pull Request #127 · blueberryapps/react-bluekit · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix BluekitEvent #127

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 25, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ npm install
cd ./example
npm install
gulp
open http://127.0.0.1:8001
open http://localhost:3000
```
This will start the development server and then you can play with components in BlueKit.

Expand Down
2 changes: 1 addition & 1 deletion example/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require('babel-register')

const gulp = require('gulp')
const path = require('path')
const createBlueKit = require('../src/createBlueKit').default
const createBlueKit = require('react-bluekit/lib/createBlueKit').default

createBlueKit({
// base file of start - this is location where componentsIndex.js will be generated to
Expand Down
6 changes: 3 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@
"url": "https://github.com/gaearon/react-hot-boilerplate/issues"
},
"homepage": "https://github.com/gaearon/react-hot-boilerplate",
"dependencies": {
"react-blukit": "file:../"
},
"devDependencies": {
"babel-core": "^6.0.20",
"babel-eslint": "^4.1.3",
Expand All @@ -44,5 +41,8 @@
"react-hot-loader": "^1.3.0",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.1"
},
"dependencies": {
"react-bluekit": "file:../"
}
}
Loading
0