Skip to content

Commit

Permalink
[npm] Move the dependencies in the right packages
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Dec 24, 2016
1 parent 01358d5 commit fd266a1
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/react-swipeable-views-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
"bugs": {
"url": "https://github.com/oliviertassinari/react-swipeable-views/issues"
},
"dependencies": {
"babel-runtime": "^6.11.6",
"warning": "^3.0.0"
},
"devDependencies": {
"pkgfiles": "^2.3.2"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/react-swipeable-views-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
"url": "https://github.com/oliviertassinari/react-swipeable-views/issues"
},
"dependencies": {
"babel-runtime": "^6.11.6",
"keycode": "^2.1.7",
"react-addons-shallow-compare": "^15.4.1",
"react-event-listener": "^0.4.0",
"react-swipeable-views-core": "^0.9.1"
},
"devDependencies": {
Expand Down
3 changes: 0 additions & 3 deletions packages/react-swipeable-views/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@
},
"dependencies": {
"babel-runtime": "^6.11.6",
"keycode": "^2.1.7",
"react-addons-shallow-compare": "^15.4.1",
"react-event-listener": "^0.4.0",
"react-swipeable-views-core": "^0.9.1",
"warning": "^3.0.0"
},
Expand Down
1 change: 1 addition & 0 deletions packages/react-swipeable-views/src/autoPlay.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// @flow weak

// Deprecated import
import { autoPlay } from 'react-swipeable-views-utils';

export default autoPlay;
1 change: 1 addition & 0 deletions packages/react-swipeable-views/src/bindKeyboard.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// @flow weak

// Deprecated import
import { bindKeyboard } from 'react-swipeable-views-utils';

export default bindKeyboard;
1 change: 1 addition & 0 deletions packages/react-swipeable-views/src/virtualize.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// @flow weak

// Deprecated import
import { virtualize } from 'react-swipeable-views-utils';

export default virtualize;

0 comments on commit fd266a1

Please sign in to comment.