Skip to content

Commit

Permalink
Temporarily reverts to React 0.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubkottnauer committed Oct 9, 2015
1 parent 87e8508 commit 45b4637
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 222 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
*.sw*
node_modules

dist
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kendo-ui-react",
"version": "0.14.0",
"version": "0.13.0",
"description": "React Component Library for Kendo UI Widgets. There exists a React Component named for every Kendo widget in the kendo.ui namespace. Tested on React 0.14 and KendoUI 2015.2.902.",
"homepage": "https://github.com/jakubkottnauer/kendo-ui-react",
"main": "dist/kendo-ui-react.js",
Expand Down
218 changes: 0 additions & 218 deletions dist/kendo-ui-react.js

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kendo-ui-react",
"version": "0.14.0",
"version": "0.13.0",
"description": "React Component Library for Kendo UI Widgets. There exists a React Component named for every Kendo widget in the kendo.ui namespace. Tested on React 0.14 and KendoUI 2015.2.902.",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"homepage": "https://github.com/jakubkottnauer/kendo-ui-react",
"peerDependencies": {
"react": "^0.14.0",
"react": "0.13.0",
"lodash": "^3.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 45b4637

Please sign in to comment.