Skip to content

Commit

Permalink
Release v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cheminfo-bot committed Oct 8, 2019
1 parent 86ddea5 commit be86434
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "nmr-metadata",
"version": "2.3.0",
"version": "2.4.0",
"description": "Extract and normalize metadata from NMR spectra",
"keywords": [],
"files": [
Expand All @@ -19,13 +19,13 @@
"test": "mocha --require should --reporter mocha-better-spec-reporter --recursive"
},
"devDependencies": {
"cheminfo-tools": "^1.22.4",
"cheminfo-tools": "^1.23.3",
"mocha": "^3.5.3",
"mocha-better-spec-reporter": "^3.0.2",
"should": "^13.2.3"
},
"dependencies": {
"jcampconverter": "^2.10.2",
"spectra-data": "^3.4.5"
"jcampconverter": "^2.11.0",
"spectra-data": "^3.4.8"
}
}

0 comments on commit be86434

Please sign in to comment.