Fixed scripts versions

This commit is contained in:
Pax1601
2023-03-19 19:29:59 +01:00
parent 3c0db70bfe
commit eaddb72857
7 changed files with 13 additions and 8 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "DCSOlympus",
"version": "0.0.0",
"version": "0.1.0-alpha",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "DCSOlympus",
"version": "0.0.0",
"version": "0.1.0-alpha",
"dependencies": {
"@types/geojson": "^7946.0.10",
"@types/leaflet": "^1.9.0",

View File

@@ -2,7 +2,7 @@
"name": "DCSOlympus",
"node-main": "./bin/www",
"main": "http://localhost:3000",
"version": "0.0.0",
"version": "0.1.0-alpha",
"private": true,
"scripts": {
"copy": "copy .\\node_modules\\leaflet\\dist\\leaflet.css .\\public\\stylesheets\\leaflet.css",