mirror of
https://github.com/tribufu/node-gamedig
synced 2026-06-01 09:42:41 +00:00
Update require.cjs
This commit is contained in:
parent
4764ec2e64
commit
cfba95f274
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
const GameDig = require('../dist/index.cjs')
|
const { GameDig } = require('../dist/index.cjs')
|
||||||
// Instead of '../dist/index.cjs' you would have here 'gamedig'.
|
// Instead of '../dist/index.cjs' you would have here 'gamedig'.
|
||||||
|
|
||||||
GameDig.query({
|
GameDig.query({
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue