Fix "main"

This commit is contained in:
Fred Boniface 2023-08-01 14:39:48 +01:00
parent 5a50985e56
commit 349f5f7b45
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"name": "@owlboard/ts-types", "name": "@owlboard/ts-types",
"version": "0.0.1", "version": "0.0.1",
"description": "Declares Typescript types for the OwlBoard stack", "description": "Declares Typescript types for the OwlBoard stack",
"main": "index.js", "main": "index.ts",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },