Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
},
"devDependencies": {
"@types/jest": "^19.2.4",
"@types/react": "^15.5.0",
"@types/react-dom": "^15.5.0",
"@types/react-native": "^0.46.9",
"@types/react": "^16.0.0",
"@types/react-dom": "^16.0.0",
"@types/react-native": "^0.55.0",
"enzyme": "^2.6.0",
"enzyme-to-json": "^1.4.5",
"fastclick": "^1.0.6",
Expand Down
2 changes: 1 addition & 1 deletion src/DatePicker.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React from 'react';
import * as React from 'react';
import MultiPicker from 'rmc-picker/lib/MultiPicker';
import Picker from 'rmc-picker/lib/Picker';
import IDatePickerProps from './IDatePickerProps';
Expand Down
2 changes: 1 addition & 1 deletion src/Popup.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React from 'react';
import * as React from 'react';
import IDatePickerProps from './IDatePickerProps';
import PopupPicker from 'rmc-picker/lib/Popup';
import { IPopupPickerProps } from 'rmc-picker/lib/PopupPickerTypes';
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"strictNullChecks": true,
"moduleResolution": "node",
"jsx": "react",
"allowSyntheticDefaultImports":true,
"target": "es6"
"target": "es6",
"skipLibCheck": true
}
}
5 changes: 0 additions & 5 deletions typings/custom.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +0,0 @@
// declare module "rc-dialog" {
// var Ret: any;
// export default Ret;
// }