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

Commit 12f28a5

Browse files
committed
:arror_up: Version update to 0.1.1
Removed react and react-dom from dependencies
1 parent a804df1 commit 12f28a5

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-flex-slick",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Slick carousel using Flexbox",
55
"main": "./lib/index.js",
66
"scripts": {
@@ -19,7 +19,8 @@
1919
"slick",
2020
"carousel",
2121
"react-slick",
22-
"react-flex-slick"
22+
"react-flex-slick",
23+
"react-component"
2324
],
2425
"author": "Ramana Venkata <[email protected]> (http://github.com/vramana)",
2526
"license": "MIT",
@@ -37,15 +38,13 @@
3738
"eslint-config-airbnb": "0.0.8",
3839
"eslint-plugin-react": "^3.3.2",
3940
"express": "^4.13.3",
41+
"react": "^0.14.0-rc1",
42+
"react-dom": "^0.14.0-rc1",
4043
"react-transform-catch-errors": "^0.1.1",
4144
"react-transform-webpack-hmr": "^0.1.2",
4245
"redbox-react": "^1.0.3",
4346
"webpack": "^1.12.1",
4447
"webpack-dev-middleware": "^1.2.0",
4548
"webpack-hot-middleware": "^2.0.1"
46-
},
47-
"dependencies": {
48-
"react": "^0.14.0-rc1",
49-
"react-dom": "^0.14.0-rc1"
5049
}
5150
}

0 commit comments

Comments
 (0)