react-paginate
Advanced tools
Comparing version 4.3.0 to 4.3.1
{ | ||
"name": "react-paginate", | ||
"version": "4.3.0", | ||
"version": "4.3.1", | ||
"description": "A ReactJS component that creates a pagination.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
/* global __dirname */ | ||
var path = require('path'); | ||
var webpack = require('webpack'); | ||
var dir_js = path.resolve(__dirname, 'react_components'); | ||
@@ -8,0 +5,0 @@ var dir_build = path.resolve(__dirname, 'build'); |
Sorry, the diff of this file is not supported yet
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
254344