Skip to content

Commit

Permalink
fix: update yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarconr committed May 21, 2021
1 parent d43a13c commit 8300482
Show file tree
Hide file tree
Showing 3 changed files with 1,537 additions and 1,658 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"main": "./dist/lib/server-impl.js",
"scripts": {
"start": "node ./dist/server.js",
"start:google": "node examples/google-auth-unleash.js",
"start:dev": "NODE_ENV=development tsc-watch --onSuccess \"node dist/server-dev.js\"",
"copy-templates": "copyfiles -u 1 src/mailtemplates/**/*.mustache dist/",
"db-migrate": "db-migrate --migrations-dir ./src/migrations",
Expand Down Expand Up @@ -145,7 +144,6 @@
"knex/liftoff/findup-sync/micromatc/kind-of": "^6.0.3",
"knex/liftoff/findup-sync/micromatc/nanomatch/kind-of": "^6.0.3",
"knex/liftoff/findup-sync/micromatch/define-property/**/kind-of": "^6.0.3",
"googleapis": "^39.1.0",
"node-forge": "^0.10.0"
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/event-hook.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import EventEmitter from 'node:events';
import EventEmitter from 'events';
import { EventHook } from './types/option';
import {
FEATURE_CREATED,
Expand Down

0 comments on commit 8300482

Please sign in to comment.