Skip to content

Commit

Permalink
Fix BluekitEvent (#127)
Browse files Browse the repository at this point in the history
* Fix BluekitEvent

* Update version
  • Loading branch information
imtoo authored and kepi74 committed Oct 25, 2017
1 parent fe9ac1c commit bc31d49
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 668 deletions.
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 comments on commit bc31d49

Please sign in to comment.