Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
fix: updated to husky 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Grohs authored and Adam Grohs committed May 12, 2019
1 parent 7af8035 commit 8f0b2d4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@
"main": "src/index.js",
"scripts": {
"dev": "micro-dev",
"precommit": "pretty-quick --staged",
"start": "micro",
"clean-install": "yarn install --force",
"test": "jest",
"test": "jest --passWithNoTests",
"semantic-release": "semantic-release",
"lint": "eslint src"
},
Expand All @@ -46,7 +47,7 @@
"eslint-config-airbnb-base": "13.1.0",
"eslint-plugin-import": "2.17.2",
"eslint-plugin-jest": "22.5.1",
"husky": "2.1.0",
"husky": "2.2.0",
"jest": "24.7.1",
"micro-dev": "3.0.0",
"prettier": "1.17.0",
Expand Down

1 comment on commit 8f0b2d4

@vercel
Copy link

@vercel vercel bot commented on 8f0b2d4 May 12, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now could not deploy this pull request since it contains the following references to invalid secrets in the env sections of the now.json file:

  • demo-generic-oauth-scopes (in env: SHOPIFY_OAUTH_SCOPES)

Add those secrets or remove them from the env maps in the now.json file.

Please sign in to comment.