Skip to content
This repository has been archived by the owner on May 2, 2019. It is now read-only.

Commit

Permalink
:arror_up: Version update to 0.1.1
Browse files Browse the repository at this point in the history
Removed react and react-dom from dependencies
  • Loading branch information
vramana committed Sep 14, 2015
1 parent a804df1 commit 12f28a5
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-flex-slick",
"version": "0.1.0",
"version": "0.1.1",
"description": "Slick carousel using Flexbox",
"main": "./lib/index.js",
"scripts": {
Expand All @@ -19,7 +19,8 @@
"slick",
"carousel",
"react-slick",
"react-flex-slick"
"react-flex-slick",
"react-component"
],
"author": "Ramana Venkata <[email protected]> (http://github.com/vramana)",
"license": "MIT",
Expand All @@ -37,15 +38,13 @@
"eslint-config-airbnb": "0.0.8",
"eslint-plugin-react": "^3.3.2",
"express": "^4.13.3",
"react": "^0.14.0-rc1",
"react-dom": "^0.14.0-rc1",
"react-transform-catch-errors": "^0.1.1",
"react-transform-webpack-hmr": "^0.1.2",
"redbox-react": "^1.0.3",
"webpack": "^1.12.1",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^2.0.1"
},
"dependencies": {
"react": "^0.14.0-rc1",
"react-dom": "^0.14.0-rc1"
}
}

0 comments on commit 12f28a5

Please sign in to comment.