Skip to content
This repository has been archived by the owner on Dec 18, 2020. It is now read-only.

Commit

Permalink
chore: add standard-version as npm run release (#8)
Browse files Browse the repository at this point in the history
bump to 1.0.0 to participate in semver
  • Loading branch information
nexdrew committed May 17, 2016
1 parent e496422 commit 35c1f6e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@npm/npme-auth-bitbucket",
"version": "0.1.1",
"version": "1.0.0",
"description": "Integrate Bitbucket auth in your npm Enterprise instance",
"main": "index.js",
"files": [
Expand All @@ -10,7 +10,8 @@
"scripts": {
"pretest": "standard",
"test": "nyc ava",
"coverage": "nyc report --reporter=text-lcov | coveralls"
"coverage": "nyc report --reporter=text-lcov | coveralls",
"release": "standard-version"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,7 +43,8 @@
"babel-eslint": "^6.0.4",
"coveralls": "^2.11.9",
"nyc": "^6.4.4",
"standard": "^7.1.0"
"standard": "^7.1.0",
"standard-version": "^2.2.1"
},
"standard": {
"parser": "babel-eslint"
Expand Down

0 comments on commit 35c1f6e

Please sign in to comment.