react-native-circular-progress
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -1,2 +0,5 @@ | ||
module.exports.CircularProgress = require('./src/CircularProgress'); | ||
module.exports.AnimatedCircularProgress = require('./src/AnimatedCircularProgress'); | ||
import CircularProgress from './src/CircularProgress'; | ||
import AnimatedCircularProgress from './src/AnimatedCircularProgress'; | ||
exports.CircularProgress = CircularProgress; | ||
exports.AnimatedCircularProgress = AnimatedCircularProgress; |
{ | ||
"name": "react-native-circular-progress", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "React Native component for creating animated, circular progress with ReactART", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
368946
8
114