react-hamburger-menu
Advanced tools
Comparing version 0.0.4 to 1.0.0
@@ -20,3 +20,3 @@ 'use strict'; | ||
strokeWidth = props.strokeWidth || 2, | ||
halfStrokeWidth = '-' + strokeWidth / 2, | ||
halfStrokeWidth = '-' + strokeWidth / 2 + 'px', | ||
animationDuration = props.animationDuration || '0.4'; | ||
@@ -23,0 +23,0 @@ |
{ | ||
"name": "react-hamburger-menu", | ||
"version": "0.0.4", | ||
"version": "1.0.0", | ||
"description": "Dead simple Hamburger Menu to use as a mobile nav, with a bunch of styling options.", | ||
@@ -21,3 +21,3 @@ "main": "dist/index.js", | ||
"build": "webpack", | ||
"compile": "babel ./src/hamburger-menu.jsx --out-file ./dist/index.js", | ||
"compile": "mkdir -p dist && babel ./src/hamburger-menu.jsx --out-file ./dist/index.js", | ||
"prepublish": "npm run compile", | ||
@@ -39,4 +39,5 @@ "test": "tape -r babel-register ./src/**/*.spec.js | tap-spec" | ||
"expect": "1.13.4", | ||
"react-addons-test-utils": "0.14.3", | ||
"react-dom": "0.14.5", | ||
"react-addons-test-utils": "0.14.3 || ^15.0.0", | ||
"react": "0.14.5 || ^15.0.0", | ||
"react-dom": "0.14.5 || ^15.0.0", | ||
"tap-spec": "4.1.1", | ||
@@ -48,4 +49,4 @@ "tape": "4.4.0", | ||
"peerDependencies": { | ||
"react": "0.14.5" | ||
"react": "0.14.5 || ^15.0.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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
7405
1
14