Comparing version 5.0.4 to 5.0.5
{ | ||
"name": "react-rnd", | ||
"license": "MIT", | ||
"version": "5.0.4", | ||
"version": "5.0.5", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"start": "webpack-dev-server", | ||
"build": "NODE_ENV=production babel -d lib/ src/components/ --copy-files", | ||
"build": "NODE_ENV=production babel -d lib/ src/components/", | ||
"build:example": "NODE_ENV=example webpack", | ||
@@ -17,3 +17,3 @@ "build:example-watch": "NODE_ENV=example webpack --watch", | ||
"guide:build": "styleguidist build", | ||
"prepublish": "npm run build" | ||
"prepublish": "npm run build && flow-copy-source -v src/components lib" | ||
}, | ||
@@ -51,2 +51,3 @@ "keywords": [ | ||
"flow-bin": "^0.46.0", | ||
"flow-copy-source": "^1.1.0", | ||
"flow-runtime": "^0.12.0", | ||
@@ -53,0 +54,0 @@ "http-server": "^0.10.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
91467
6
43
950