Skip to content

Commit

Permalink
chore: use rmc-feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
silentcloud committed Sep 7, 2017
1 parent 9faf636 commit 7ecd6c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rmc-picker",
"version": "5.0.0-alpha.0",
"version": "5.0.0-alpha.1",
"description": "React Mobile Picker Component(web and react-native)",
"keywords": [
"react",
Expand Down Expand Up @@ -52,7 +52,7 @@
"babel-runtime": "6.x",
"classnames": "2.x",
"create-react-class": "15.x",
"rc-touchable": "^1.0.2",
"rmc-feedback": "^0.0.2",
"rmc-dialog": "^0.0.1-alpha.2",
"zscroller": "~0.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Popup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Modal from 'rmc-dialog';
import createClass from 'create-react-class';
import { IPopupPickerProps } from './PopupPickerTypes';
import PopupMixin from './PopupMixin';
import Touchable from 'rc-touchable';
import Touchable from 'rmc-feedback';

const PopupPicker = createClass<IPopupPickerProps, any>({
mixins: [PopupMixin],
Expand Down

0 comments on commit 7ecd6c2

Please sign in to comment.