Skip to content

Commit

Permalink
feat: add semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
dotellie committed Dec 7, 2019
1 parent 92cdf0b commit c81c69f
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "apollo-metrics",
"version": "1.0.0",
"version": "0.0.0-development",
"description": "",
"types": "lib/index.d.ts",
"main": "lib/index.js",
"module": "lib/index.es.js",
"scripts": {
"build": "rollup -c rollup.config.js",
"lint": "prettier -c src/**/*",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"semantic-release": "semantic-release"
},
"author": "dotellie",
"license": "MIT",
Expand All @@ -21,9 +22,14 @@
"prom-client": "^11.5.3",
"rollup": "^1.27.8",
"rollup-plugin-typescript2": "^0.25.3",
"typescript": "^3.7.3"
"typescript": "^3.7.3",
"semantic-release": "^15.13.31"
},
"peerDependencies": {
"prom-client": "^11.5.3"
},
"repository": {
"type": "git",
"url": "https://github.com/dotellie/apollo-metrics.git"
}
}

0 comments on commit c81c69f

Please sign in to comment.