Skip to content

Commit

Permalink
releasing with updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tnrich committed Aug 19, 2021
1 parent 953d4bf commit 59bd94d
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 146 deletions.
12 changes: 6 additions & 6 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "ove-electron",
"version": "1.2.4",
"version": "1.2.5",
"description": "An open source vector/plasmid editor",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -89,23 +89,23 @@
"license": "MIT",
"devDependencies": {
"auto-changelog": "^2.3.0",
"electron": "^13.1.7",
"electron": "^13.2.1",
"electron-builder": "^22.11.7",
"electron-notarize": "^1.0.0",
"electron-notarize": "^1.1.0",
"env-cmd": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-teselagen": "^5.0.9",
"mocha": "^8.3.2",
"spectron": "^14.0.0"
},
"dependencies": {
"bio-parsers": "^8.3.14",
"bio-parsers": "^8.3.16",
"electron-updater": "^4.3.9",
"electron-window-state": "^5.0.3",
"open-vector-editor": "^16.3.5",
"open-vector-editor": "^16.3.17",
"ove-auto-annotate": "^0.0.5",
"querystring": "^0.2.1",
"ve-range-utils": "^2.5.9",
"ve-sequence-utils": "^5.1.1"
"ve-sequence-utils": "^5.1.4"
}
}
3 changes: 1 addition & 2 deletions src/renderer.js
Expand Up @@ -250,12 +250,11 @@ editor.updateEditor({
],
],
annotationsToSupport: {
//these are the defaults, change to false to exclude
features: true,
translations: true,
parts: true,
orfs: true,
cutsites: true,
primers: false,
primers: true,
},
});

0 comments on commit 59bd94d

Please sign in to comment.