clustal-js
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,1 +1,7 @@ | ||
## v1.0.1 | ||
Remove unused dependency on @babel/runtime | ||
## v1.0.0 | ||
- Initial version parses .aln CLUSTAL files |
{ | ||
"name": "clustal-js", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"main": "dist/index.js", | ||
@@ -33,7 +33,5 @@ "license": "MIT", | ||
"lint": "eslint --ext .ts src test", | ||
"build": "tsc" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.12.5" | ||
"build": "tsc", | ||
"postversion": "git push --follow-tags" | ||
} | ||
} |
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
506708
0
- Removed@babel/runtime@^7.12.5
- Removed@babel/runtime@7.26.0(transitive)
- Removedregenerator-runtime@0.14.1(transitive)