swagger-to-flowtype
Advanced tools
Comparing version 0.2.7 to 0.2.8
{ | ||
"name": "swagger-to-flowtype", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"description": "Command line tool for generating flow types from swagger", | ||
"main": "./dist/index.js", | ||
"scripts": { | ||
"init": "mkdir dist", | ||
"clean": "rm -rf dist", | ||
"init": "mkdirp dist", | ||
"clean": "rimraf dist", | ||
"test": "jest", | ||
@@ -55,3 +55,4 @@ "test:watch": "jest --watch", | ||
"flow-bin": "^0.48.0", | ||
"jest": "^20.0.4" | ||
"jest": "^20.0.4", | ||
"rimraf": "^2.6.2" | ||
}, | ||
@@ -58,0 +59,0 @@ "jest": { |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
134043
0
16