diff --git a/README.md b/README.md index 95913ac..b878785 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Dynamic ReactJS Navigation Bar Bootstrap Navigation bar rebuilt with React components. Written in ECMAScript 6 (ES6). -No external stylesheets! This navigation bar is built with [Radium](http://projects.formidablelabs.com/radium/) inline styling. +No external stylesheets! This navigation bar is built with [Radium](http://projects.formidablelabs.com/radium/) inline styling. ### Desktop View @@ -27,9 +27,9 @@ const navbar = ( - - - + + + @@ -50,7 +50,4 @@ npm install ```js npm start ``` -Go to http://localhost:8080/ on your favorite browser to view the Navigation bar. - - - +Go to http://localhost:8080/ on your favorite browser to view the Navigation bar. diff --git a/package.json b/package.json index 2e8b86f..b43edf5 100644 --- a/package.json +++ b/package.json @@ -27,12 +27,15 @@ "eslint": "^0.24.1", "eslint-plugin-react": "^2.7.0", "node-libs-browser": "^0.5.2", + "react": "^0.14.0", "webpack": "^1.9.12", "webpack-dev-server": "^1.9.0" }, "dependencies": { "path-is-absolute": "^1.0.0", - "radium": "^0.13.4", - "react": "^0.13.3" + "radium": "^0.13.4" + }, + "peerDependencies": { + "react": "^0.14.0" } } diff --git a/src/scripts/.app.jsx.swp b/src/scripts/.app.jsx.swp deleted file mode 100644 index ec43b21..0000000 Binary files a/src/scripts/.app.jsx.swp and /dev/null differ