commit cdef7e523ec074f8dca97ba6c946e5dd3c436a55
parent da571fb2e8b41c0a4f9982ddf11efd49dfa0967f
Author: Konstantin Tarkus <hello@tarkus.me>
Date: Mon, 15 Sep 2014 01:36:03 +0400
Remove jQuery
Diffstat:
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
@@ -12,8 +12,8 @@
#### Runtime Components
* [React](https://facebook.github.io/react/) - A JavaScript library for building user interfaces, developed by Facebook
+ * [React-Router](https://github.com/rackt/react-router) - A complete routing library for React
* [Bootstrap](http://getbootstrap.com/) - CSS framework for developing responsive, mobile first interfaces
- * [jQuery](http://jquery.com/) - a JavaScript library designed to simplify the client-side scripting of HTML
#### Development Tools
diff --git a/package.json b/package.json
@@ -6,8 +6,8 @@
"repository": "https://github.com/kriasoft/react-seed",
"dependencies": {
"bootstrap": "^3.2.0",
- "jquery": "^2.1.1",
- "react": "^0.11.1"
+ "react": "^0.11.1",
+ "react-router": "^0.7.0"
},
"devDependencies": {
"browser-sync": "^1.4.0",
@@ -37,7 +37,6 @@
"merge-stream": "^0.1.5",
"minimist": "^1.1.0",
"protractor": "^1.2.0",
- "react-router": "^0.7.0",
"rimraf": "^2.2.8",
"run-sequence": "^0.3.6",
"url-loader": "^0.5.5",