react-hamburger-menu
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "react-hamburger-menu", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Dead simple Hamburger Menu to use as a mobile nav, with a bunch of styling options.", | ||
"main": "dist/index.js", | ||
"main": "dist/HamburgerMenu.js", | ||
"keywords": [ | ||
@@ -20,6 +20,7 @@ "react", | ||
"start": "webpack-dev-server --content-base example/", | ||
"build": "webpack", | ||
"compile": "mkdir -p dist && babel ./src/hamburger-menu.jsx --out-file ./dist/index.js", | ||
"prepublish": "npm run compile", | ||
"test": "tape -r babel-register ./src/**/*.spec.js | tap-spec" | ||
"build:compile": "babel src --out-dir dist", | ||
"build:umd": "webpack", | ||
"build:example": "webpack --config ./example/webpack.config.js --progress --colors", | ||
"build:all": "yarn run build:compile && yarn run build:umd && yarn run build:example", | ||
"test": "tape ./dist/**/*.spec.js | tap-spec" | ||
}, | ||
@@ -32,20 +33,22 @@ "author": "Cameron Bourke <cameron2295@gmail.com> (http://cameronbourke.com/)", | ||
"devDependencies": { | ||
"babel-cli": "6.3.17", | ||
"babel-core": "6.3.26", | ||
"babel-loader": "6.2.0", | ||
"babel-preset-es2015": "6.3.13", | ||
"babel-preset-react": "6.3.13", | ||
"babel-preset-stage-0": "6.3.13", | ||
"@babel/cli": "^7.0.0-beta.40", | ||
"@babel/core": "^7.0.0-beta.40", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.40", | ||
"@babel/preset-env": "^7.0.0-beta.40", | ||
"@babel/preset-react": "^7.0.0-beta.40", | ||
"babel-loader": "8.0.0-beta.0", | ||
"babel-register": "^6.26.0", | ||
"expect": "1.13.4", | ||
"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", | ||
"prop-types": "15.5.7", | ||
"react": "15.3.0", | ||
"react-dom": "15.3.0", | ||
"tap-spec": "4.1.1", | ||
"tape": "4.4.0", | ||
"webpack": "1.12.9", | ||
"webpack-dev-server": "1.14.0" | ||
"webpack": "^3.11.0", | ||
"webpack-dev-server": "^2.11.1" | ||
}, | ||
"peerDependencies": { | ||
"react": "0.14.5 || ^15.0.0" | ||
"prop-types": ">=15.5.7", | ||
"react": ">=15.3.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
7639
73
2
15