Upgrading deb packaging
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adsooi 2024-10-14 17:18:58 +02:00
parent 3a81441d0b
commit c03afdf4ee
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
7 changed files with 39 additions and 18 deletions

View file

@ -2,7 +2,7 @@
"name": "logarithmplotter",
"version": "0.6.0",
"description": "2D plotter software to make Bode plots, sequences and distribution functions.",
"main": "LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/js/autoload.mjs",
"main": "src/index.mjs",
"scripts": {
"build": "rollup --config rollup.config.mjs",
"test": "c8 mocha test/**/*.mjs"