soiz1 commited on
Commit
6d9ff39
·
verified ·
1 Parent(s): 5d0f8bd

Update package.json

Browse files
Files changed (1) hide show
  1. package.json +1 -0
package.json CHANGED
@@ -3,6 +3,7 @@
3
  "version": "1.0.0",
4
  "description": "Simple HTML rewriting proxy in Node.js",
5
  "main": "index.js",
 
6
  "scripts": {
7
  "start": "node index.js"
8
  },
 
3
  "version": "1.0.0",
4
  "description": "Simple HTML rewriting proxy in Node.js",
5
  "main": "index.js",
6
+ "type": "module",
7
  "scripts": {
8
  "start": "node index.js"
9
  },