Skip to content

Commit

Permalink
build(npm): configure semantic npm release
Browse files Browse the repository at this point in the history
  • Loading branch information
omnibrain committed Sep 15, 2019
1 parent df209d3 commit 75c6c09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svguitar",
"version": "0.0.0",
"version": "0.0.0-development",
"description": "Library to create beautiful SVG guitar chord charts.",
"keywords": [],
"main": "dist/svguitar.umd.js",
Expand All @@ -12,7 +12,7 @@
"author": "Raphael Voellmy <r.voellmy@gmail.com>",
"repository": {
"type": "git",
"url": "git@github.com:omnibrain/svguitar.git"
"url": "https://github.com/omnibrain/svguitar.git"
},
"license": "MIT",
"engines": {
Expand Down Expand Up @@ -106,7 +106,7 @@
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-typescript2": "^0.24.2",
"semantic-release": "^15.9.16",
"semantic-release": "^15.13.24",
"shelljs": "^0.8.3",
"travis-deploy-once": "^5.0.9",
"ts-jest": "^24.1.0",
Expand Down

0 comments on commit 75c6c09

Please sign in to comment.