Bundling and release prep

This commit is contained in:
Bán Dénes 2020-09-27 15:11:22 +02:00
parent a3661e3752
commit 6a0feae9ad
6 changed files with 196 additions and 90 deletions

View file

@ -1,6 +1,6 @@
{
"name": "ergogen",
"version": "0.1.0",
"version": "1.0.0",
"description": "Ergonomic keyboard layout generator",
"author": "Bán Dénes <mr@zealot.hu>",
"license": "MIT",
@ -21,8 +21,9 @@
},
"devDependencies": {
"@rollup/plugin-commonjs": "^13.0.2",
"@rollup/plugin-replace": "^2.3.3",
"chai": "^4.2.0",
"mocha": "^8.0.1",
"mocha": "^8.1.3",
"nyc": "^15.1.0",
"rollup": "^2.22.1"
},