Skip to content

Commit

Permalink
auth:typo fix in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ninadhatkar committed May 5, 2021
1 parent 930ef55 commit d43d225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@
"prepack": "npx oclif-dev manifest && npx oclif-dev readme",
"test": "nyc mocha \"test/**/*.test.js\"",
"test-report": "nyc --reporter=html mocha \"test/**/*.test.js\"",
"version": "npx npx oclif-dev readme && git add README.md"
"version": "npx oclif-dev readme && git add README.md"
}
}

0 comments on commit d43d225

Please sign in to comment.