react-mobile-datepicker
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -0,1 +1,7 @@ | ||
v1.0.8 - Fri, 24 Jun 2016 01:32:53 GMT | ||
-------------------------------------- | ||
- | ||
v1.0.7 - Fri, 24 Jun 2016 01:29:41 GMT | ||
@@ -2,0 +8,0 @@ -------------------------------------- |
{ | ||
"name": "react-mobile-datepicker", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "一个移动端时间选择器react组件", | ||
@@ -5,0 +5,0 @@ "main": "./dist/mobile-datepicker.js", |
@@ -34,3 +34,3 @@ # react-mobile-datepicker | ||
import { render } from 'react-dom'; | ||
import InfiniteCalendar from 'react-mobile-datepicker'; | ||
import DatePicker from 'react-mobile-datepicker'; | ||
import 'react-mobile-datepicker/dist/react-mobile-datepicker.css'; // only needs to be imported once | ||
@@ -37,0 +37,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
48961