Comparing version 0.0.1 to 0.1.0-alpha.0
{ | ||
"name": "bioutils", | ||
"version": "0.0.1", | ||
"version": "0.1.0-alpha.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "src/bioUtils.js", |
@@ -17,2 +17,3 @@ // io | ||
const translateToAminoAcids = require('./manipulation/translateToAminoAcids') | ||
const getSitesAsListOfStrings = require('./manipulation/getSitesAsListOfStrings') | ||
@@ -28,3 +29,4 @@ module.exports = { | ||
'containsStopCodons': containsStopCodons, | ||
'translateToAminoAcids': translateToAminoAcids | ||
'translateToAminoAcids': translateToAminoAcids, | ||
'getSitesAsListOfStrings': getSitesAsListOfStrings | ||
} |
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
1616659
56
2315