EmulatorJS/package.json
Georges-Antoine Assi e703fab651
Bump version in package.json (#763)
Update the version in package.json to match the latest release.
2024-02-04 16:39:37 -06:00

12 lines
239 B
JSON

{
"name": "EmulatorJS",
"version": "4.0.10",
"repository": "https://github.com/EmulatorJS/EmulatorJS.git",
"license": "GPL-3.0",
"scripts": {
"start": "http-server"
},
"dependencies": {
"http-server": "^14.1.1"
}
}