Skip to content

Commit

Permalink
chore: add require upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
jniles committed Nov 29, 2021
1 parent 9e85f13 commit 6bb40d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"prepublishOnly": "yarn test",
"test": "./node_modules/.bin/eslint index.js && nyc ava",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"release": "release-it --disable-metrics --github.release"
"release": "release-it --disable-metrics --github.release --no-git.requireUpstream"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 6bb40d5

Please sign in to comment.