Skip to content

Commit

Permalink
test git publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
sclassen committed Apr 30, 2020
1 parent b6a449e commit dea0ad8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"files": [
"lib/*"
],
"publishConfig": {
"access": "public"
},
"author": "rico-projects",
"contributors": [
"Michael Heinrichs <michael.heinrichs@karakun.com>",
Expand All @@ -41,7 +44,7 @@
"test:mutation": "npx stryker run",
"coverage": "npx nyc report --reporter=lcov --reporter=html --reporter=text",
"coveralls": "npx nyc report --reporter=text-lcov | coveralls",
"release": "npx release-it patch --dry-run"
"release": "npx release-it minor --ci"
},
"devDependencies": {
"@babel/cli": "7.8.4",
Expand Down

0 comments on commit dea0ad8

Please sign in to comment.