Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cheminfo-bot committed Apr 30, 2020
1 parent 268a513 commit 93879fc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "atom-sorter",
"version": "0.0.4",
"version": "0.1.0",
"description": "Callback allowing to sort chemical elements (atoms) in Hill order",
"main": "./src/index.js",
"files": [
Expand Down Expand Up @@ -29,12 +29,12 @@
"testEnvironment": "node"
},
"devDependencies": {
"cheminfo-tools": "^1.20.1",
"codecov": "^3.0.0",
"eslint": "^4.12.0",
"eslint-config-cheminfo": "^1.8.0",
"eslint-plugin-no-only-tests": "^2.0.0",
"cheminfo-tools": "^1.23.3",
"codecov": "^3.6.5",
"eslint": "^4.19.1",
"eslint-config-cheminfo": "^1.20.1",
"eslint-plugin-no-only-tests": "^2.4.0",
"jest": "^21.2.1",
"npm-run-all": "^4.1.2"
"npm-run-all": "^4.1.5"
}
}

0 comments on commit 93879fc

Please sign in to comment.