Skip to content

Commit

Permalink
updating to latest version of OVE
Browse files Browse the repository at this point in the history
  • Loading branch information
tnrich committed Apr 10, 2020
1 parent 0670bc2 commit 8d76441
Show file tree
Hide file tree
Showing 2 changed files with 1,650 additions and 422 deletions.
19 changes: 8 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ove-electron",
"version": "0.1.6",
"version": "0.1.7",
"description": "An open source vector/plasmid editor",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -70,19 +70,16 @@
"author": "tnrich",
"license": "MIT",
"devDependencies": {
"electron": "^7.1.6",
"electron-builder": "^21.2.0",
"electron-notarize": "^0.2.1",
"env-cmd": "^10.0.1",
"eslint": "^6.7.2",
"electron": "^8.2.1",
"electron-builder": "^22.4.1",
"electron-notarize": "^0.3.0",
"env-cmd": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-teselagen": "^5.0.5"
},
"dependencies": {
"bio-parsers": "6.0.0",
"electron-updater": "^4.2.0",
"electron-updater": "^4.2.5",
"electron-window-state": "^5.0.3",
"open-vector-editor": "^10.1.35",
"ve-range-utils": "^2.5.7",
"ve-sequence-utils": "^3.3.53"
"open-vector-editor": "^10.1.64"
}
}
Loading

0 comments on commit 8d76441

Please sign in to comment.