Skip to content

Commit

Permalink
Add NodeJS runner. Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mixxen committed May 1, 2024
1 parent 5f909e3 commit 79da189
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "satsim",
"version": "0.5.0",
"version": "0.6.0",
"description": "SatSim for JavaScript.",
"homepage": "https://github.com/ssc-ai/satsimjs/",
"license": "MIT",
Expand All @@ -22,6 +22,7 @@
"build": "webpack --config webpack.config.js",
"watch": "webpack --config webpack.config.js --watch",
"start": "webpack serve --config webpack.config.js --open",
"app": "node app/app.js",
"test": "jest --verbose --runInBand",
"coverage": "jest --verbose --runInBand --collectCoverage",
"lint": "eslint \"./**/*.js\" --cache --quiet"
Expand Down Expand Up @@ -50,8 +51,7 @@
"webpack-dev-server": "^4.3.1"
},
"dependencies": {
"cesium": "^1.115.0",
"mathjs": "^11.11.1",
"cesium": "^1.116.0",
"satellite.js": "^5.0.0"
}
}

0 comments on commit 79da189

Please sign in to comment.