react-server-middleware-json-response
Advanced tools
Comparing version 0.4.13 to 0.6.1
{ | ||
"name": "react-server-middleware-json-response", | ||
"version": "0.4.13", | ||
"version": "0.6.1", | ||
"description": "JSON response middleware for React Server", | ||
@@ -9,3 +9,3 @@ "main": "index.js", | ||
"build": "babel index.src.js --out-file index.js", | ||
"clean": "rm index.js", | ||
"clean": "rimraf index.js", | ||
"test": "eslint src" | ||
@@ -32,7 +32,8 @@ }, | ||
"babel-plugin-add-module-exports": "^0.2.1", | ||
"babel-preset-react-server": "^0.4.10", | ||
"babel-preset-react-server": "^0.6.0", | ||
"eslint": "^3.8.1", | ||
"eslint-plugin-react": "^6.4.1", | ||
"babel-eslint": "^7.0.0" | ||
"babel-eslint": "^7.0.0", | ||
"rimraf": "^2.5.4" | ||
} | ||
} |
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
2941
6
7