diff --git a/README.md b/README.md index 1c0003cd..2742675d 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/examples/package.json b/examples/package.json index c1827c73..6cfd03f9 100644 --- a/examples/package.json +++ b/examples/package.json @@ -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", diff --git a/package.json b/package.json index f963fc24..5e1b1095 100644 --- a/package.json +++ b/package.json @@ -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",