Minor fixes

This commit is contained in:
schmelczerandras 2020-09-20 23:00:28 +02:00
parent 938e633e64
commit 822c2cd17b
7 changed files with 32 additions and 24 deletions

View file

@ -3,7 +3,7 @@
"version": "0.0.0",
"description": "Some simple demos to showcase the possibilities of this library.",
"private": true,
"main": "index.js",
"main": "index.html",
"scripts": {
"start": "webpack-dev-server --mode development",
"lint": "npx eslint --fix \"src/**/*.ts\" && npx prettier --write \"src/**/*.ts\"",