@verdaccio/types
Advanced tools
Comparing version 2.2.2 to 3.0.0
{ | ||
"name": "@verdaccio/types", | ||
"version": "2.2.2", | ||
"version": "3.0.0", | ||
"description": "verdaccio flow types definitions", | ||
@@ -8,2 +8,3 @@ "main": "lib/index.js", | ||
"prepublish": "npm run build", | ||
"release": "standard-version -a -s", | ||
"build": "mkdir -p lib && for f in $(find src/ -iname *.js | cut -c5-) ; do cp src/$f lib/$f.flow; done", | ||
@@ -17,7 +18,5 @@ "test": "echo \"Error: no test specified\" && exit 1" | ||
"devDependencies": { | ||
"flow-bin": "0.69.0" | ||
}, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/" | ||
"standard-version": "4.3.0", | ||
"flow-bin": "0.73.0" | ||
} | ||
} |
@@ -16,6 +16,2 @@ # Flow types for verdaccio | ||
suppress_comment= \\(.\\|\n\\)*\\$FlowFixMe | ||
unsafe.enable_getters_and_setters=true | ||
[version] | ||
^0.52.0 | ||
``` | ||
@@ -22,0 +18,0 @@ |
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
13481
7
2
35