react-customizable-progressbar
Advanced tools
Comparing version 0.1.15 to 0.1.16
@@ -12,4 +12,9 @@ import React, { Component } from 'react' | ||
class Examples extends Component { | ||
state = { | ||
progress: 64 | ||
constructor(props) { | ||
super(props) | ||
this.state = { | ||
progress: 64 | ||
} | ||
} | ||
@@ -49,4 +54,5 @@ | ||
} | ||
} | ||
export default Examples |
{ | ||
"name": "react-customizable-progressbar", | ||
"version": "0.1.15", | ||
"version": "0.1.16", | ||
"main": "./dist/ReactCustomizableProgressbar.js", | ||
@@ -5,0 +5,0 @@ "files": [ |
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
35372
394