Skip to content

Commit

Permalink
Pass GFF3 plugin with no tests
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettjstevens committed Oct 13, 2020
1 parent 53d7053 commit 3709f29
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions plugins/gff3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jbrowse/plugin-gff3",
"version": "0.0.1-beta.13",
"version": "0.0.1-beta.14",
"description": "JBrowse 2 gff3.",
"keywords": [
"jbrowse",
Expand All @@ -27,7 +27,7 @@
"scripts": {
"start": "tsdx watch --verbose --noClean",
"build": "tsdx build",
"test": "cd ../..; jest plugins/gff3",
"test": "cd ../..; jest plugins/gff3 --passWithNoTests",
"prepublishOnly": "yarn test",
"prepack": "yarn build; yarn useDist",
"postpack": "yarn useSrc",
Expand All @@ -51,5 +51,6 @@
},
"publishConfig": {
"access": "public"
}
},
"gitHead": "32e27bccb4eb35ee2b3ba3ab004baf68dfcbf38d"
}

0 comments on commit 3709f29

Please sign in to comment.