nucleotide
Advanced tools
Comparing version 1.2.18 to 1.2.19
@@ -23,11 +23,11 @@ { | ||
}, | ||
"version": "1.2.18", | ||
"version": "1.2.19", | ||
"devDependencies": { | ||
"mf-parser": "^1.4.4" | ||
"mf-parser": "^1.4.5" | ||
}, | ||
"dependencies": { | ||
"chemical-groups": "^1.2.1", | ||
"mf-utilities": "^1.3.0" | ||
"mf-utilities": "^1.3.1" | ||
}, | ||
"gitHead": "0cceb8fe88adb924d371419bf3738b0e2d0a438c" | ||
"gitHead": "78f6c10cea6825c99ba7fd6a103367dec9979564" | ||
} |
# nucleotide | ||
[![NPM version][npm-image]][npm-url] | ||
[![npm download][download-image]][download-url] | ||
[![NPM version][npm-image]][npm-url] | ||
[![npm download][download-image]][download-url] | ||
@@ -23,3 +23,3 @@ Deal with nucleotides and molecular formula. | ||
[MIT](./LICENSE) | ||
[MIT](./LICENSE) | ||
@@ -26,0 +26,0 @@ [npm-image]: https://img.shields.io/npm/v/nucleotide.svg?style=flat-square |
'use strict'; | ||
const MF = require('mf-parser').MF; | ||
const sequenceToMF = require('../sequenceToMF'); | ||
const MF = require('mf-parser').MF; | ||
describe('sequenceToMF', () => { | ||
@@ -8,0 +8,0 @@ it('emtpy string', () => { |
32823
Updatedmf-utilities@^1.3.1