Skip to content

Commit

Permalink
small README and example project update
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyshlyaev177 committed Aug 16, 2018
1 parent 1404ac7 commit f2f0c27
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -183,7 +183,8 @@ Any contribution and correction appreciated. Just fork repo, commit and make PR,
1 Fork the repo:
* In root folder ```run npm link```
* Run ```npm install``` in root folder
* Run ```yarn install``` in examples folder or ```npm install && npm link react-horizontal-scrolling-menu```
* Remove react-horizontal-scrolling-menu from package.json example project
* Run ```npm link react-horizontal-scrolling-menu && npm install```
* Run ```npm run start``` in root and in examples folders

2 Write code! Add some feature or fix bug.
Expand Down
4 changes: 2 additions & 2 deletions examples/package.json
Expand Up @@ -6,8 +6,8 @@
"dependencies": {
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-scripts": "1.1.4",
"react-horizontal-scrolling-menu": "link:.."
"react-horizontal-scrolling-menu": "^0.2.5",
"react-scripts": "1.1.4"
},
"scripts": {
"start": "set PORT=3005 && react-scripts start",
Expand Down
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -73,8 +73,7 @@
"uglifyjs-webpack-plugin": "^1.2.7",
"webpack": "^4.15.1",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.4",
"why-did-you-update": "git+https://github.com/maicki/why-did-you-update.git"
"webpack-dev-server": "^3.1.4"
},
"jest": {
"setupTestFrameworkScriptFile": "./jest.js",
Expand Down

0 comments on commit f2f0c27

Please sign in to comment.