Skip to content

Commit

Permalink
fix(npc): Fix import of uuid
Browse files Browse the repository at this point in the history
Closes 48
  • Loading branch information
derikb committed Jan 1, 2022
1 parent b6fd311 commit 7e56a67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/NPC.js
@@ -1,5 +1,6 @@
import { defaultToJSON, isObject } from './r_helpers.js';
import uuidv4 from '../node_modules/uuid/dist/esm-browser/v4.js';
import { v4 as uuidv4 } from 'https://ga.jspm.io/npm:uuid@8.3.2/dist/esm-browser/index.js';
// import uuidv4 from '../node_modules/uuid/dist/esm-browser/v4.js';

/**
* Class for NPCs
Expand Down

0 comments on commit 7e56a67

Please sign in to comment.