react-paginate
Advanced tools
Comparing version 0.1.24 to 0.1.25
{ | ||
"name": "react-paginate", | ||
"version": "0.1.24", | ||
"version": "0.1.25", | ||
"description": "A ReactJS component that creates a pagination.", | ||
@@ -5,0 +5,0 @@ "main": "./react_components/index.js", |
'use strict'; | ||
var _ = require("underscore"); | ||
var React = require('react/addons'); | ||
var React = require('react'); | ||
var PageView = require("./PageView.jsx"); | ||
@@ -6,0 +6,0 @@ |
Sorry, the diff of this file is too big to display
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
242818
1145