Skip to content

Commit

Permalink
fix: minor refactor
Browse files Browse the repository at this point in the history
This is to trigger a release
  • Loading branch information
juliuscc authored Jun 3, 2021
1 parent c8cb52b commit d3e66f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const verifyConditions = require('./lib/verifyConditions.js')
const verifyConditions = require('./lib/verifyConditions')
const success = require('./lib/success')
const fail = require('./lib/fail')

Expand Down

0 comments on commit d3e66f2

Please sign in to comment.