Skip to content

Commit

Permalink
v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Mar 8, 2021
1 parent 0f78b62 commit c8aebee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-scalars",
"version": "1.8.0",
"version": "1.9.0",
"description": "A collection of scalar types not included in base GraphQL.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,7 +31,7 @@
"build": "bob build --single",
"test": "jest --forceExit --no-watchman && yarn bundlesize",
"prepare-release": "yarn build && yarn test",
"release": "yarn prepare-release && bob prepack && npm publish dist",
"release": "yarn prepare-release && bob prepack && cd dist && npm publish",
"ci:release:canary": "node bump.js && bob prepack && npm publish dist --tag alpha --access public",
"bundlesize": "yarn build && cd bundle-test/ && yarn && yarn test",
"prepare": "husky install"
Expand Down

0 comments on commit c8aebee

Please sign in to comment.