Skip to content

Commit

Permalink
feat(*): setup semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuelgsouza committed Oct 30, 2019
1 parent 2b68d7e commit 396b304
Show file tree
Hide file tree
Showing 2 changed files with 3,126 additions and 72 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bmi-utils",
"version": "1.0.0",
"version": "0.0.0-development",
"description": "An library with some functions relates to Body Mass Index (BMI), like calculate and get the ideial weight",
"author": "Emanuel Souza <emanuelgdesouza@gmail.com>",
"license": "MIT",
Expand All @@ -13,7 +13,8 @@
"test:coverage": "jest --coverage",
"lint": "eslint src/",
"build": "rm -rf dist/ && rollup -c",
"prepare": "npm run-script build"
"prepare": "npm run-script build",
"semantic-release": "semantic-release"
},
"repository": "https://github.com/emanuelgsouza/bmi-utils.git",
"keywords": [
Expand All @@ -31,7 +32,8 @@
"babel-jest": "^24.9.0",
"eslint": "^6.6.0",
"jest": "^24.9.0",
"rollup": "^1.26.0"
"rollup": "^1.26.0",
"semantic-release": "^15.13.28"
},
"dependencies": {}
}
Loading

0 comments on commit 396b304

Please sign in to comment.