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

Commit

Permalink
properly reference puppeteer
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHodgson committed Jan 22, 2024
1 parent 1efb460 commit a44ff52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44186,6 +44186,7 @@ const fs = __nccwpck_require__(7147);
const path = __nccwpck_require__(1017);
const { readdir } = __nccwpck_require__(3292);
const { Activator } = __nccwpck_require__(974);
const puppeteer = __nccwpck_require__(7174);

async function Run() {
try {
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/activate.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const fs = require("fs");
const path = require('path');
const { readdir } = require('fs/promises');
const { Activator } = require('unity-activate/dist/activator');
const puppeteer = require('puppeteer');

async function Run() {
try {
Expand Down

0 comments on commit a44ff52

Please sign in to comment.