-
- Downloads
wee
nes.js
0 → 100644
... | @@ -4,9 +4,11 @@ | ... | @@ -4,9 +4,11 @@ |
"license": "MIT", | "license": "MIT", | ||
"scripts": { | "scripts": { | ||
"start": "parcel index.html", | "start": "parcel index.html", | ||
"build": "parcel build index.html" | "build": "parcel build index.html", | ||
"postbuild": "cp -r main.rom dist/" | |||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"jsnes": "^1.2.1", | |||
"parcel": "^2.13.3" | "parcel": "^2.13.3" | ||
} | } | ||
} | } |
Please register or sign in to comment