Skip to content

Commit

Permalink
updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bhofmei committed Jul 14, 2017
1 parent 329af3f commit 072da4a
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
{
"name": "jbplugin-smallrna",
"version": "1.3.1",
"description": "JBrowse plugin for viewing small RNA alignments",
"version": "1.0.2",
"description": "Multiple heatmap-style plots for user-specified sequence contexts",
"main": "js/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},

"repository": {
"type": "git",
"url": "git+https://github.com/bhofmei/jbplugin-smallrna.git"
"url": "git+https://github.com/bhofmei/jbplugin-nucdens.git"
},
"keywords": [
"jbrowse",
"jbrowse-plugin",
"small rna"
"nucleotide contexts",
"nucleotide density"
],
"author": "Brigitte Hofmeister",
"license": "MIT",
"bugs": {
"url": "https://github.com/bhofmei/jbplugin-smallrna/issues"
"url": "https://github.com/bhofmei/jbplugin-nucdens/issues"
},
"ignore": [
"node_modules",
Expand All @@ -28,5 +29,5 @@
"directories": {
"test": "test"
},
"homepage": "https://github.com/bhofmei/jbplugin-smallrna#readme"
"homepage": "https://github.com/bhofmei/jbplugin-nucdens#readme"
}

0 comments on commit 072da4a

Please sign in to comment.