Skip to content

Commit

Permalink
[package.json] "type": "module"
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Nov 22, 2023
1 parent cfc2fac commit 87ca814
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions build.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const child_process = require("child_process");
const spawn = child_process.spawn;
import { spawn } from 'child_process';

// TODO: promisify cmd
function cmd(program, args) {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "Simple website that generates animated BTTV emotes from static images",
"main": "index.js",
"type": "module",
"scripts": {
"build": "node build.js",
"watch": "node build.js watch",
Expand Down

0 comments on commit 87ca814

Please sign in to comment.