Update types location

This commit is contained in:
Francisco Hodge
2021-11-27 01:16:10 -08:00
parent 40c05ffde6
commit 840be065b1
15 changed files with 18 additions and 9 deletions
+1 -2
View File
@@ -1,9 +1,8 @@
{
"name": "simple-keyboard",
"version": "3.3.30",
"version": "3.4.0",
"description": "On-screen Javascript Virtual Keyboard",
"main": "build/index.js",
"types": "build/types/index.d.ts",
"scripts": {
"start": "webpack serve --config webpack.config.demo.js",
"build": "webpack && npm run build-modern && tsc",