Fix package.json fields

This commit is contained in:
Luc Perkins 2024-04-20 21:40:30 -03:00
parent adfe9f3c0f
commit 7216908d9a
No known key found for this signature in database
GPG key ID: 16DB1108FB591835

View file

@ -2,8 +2,8 @@
"name": "magic-nix-cache-action", "name": "magic-nix-cache-action",
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "",
"main": "./dist/main.js", "main": "./dist/index.js",
"types": "./dist/main.d.ts", "types": "./dist/index.d.ts",
"type": "module", "type": "module",
"scripts": { "scripts": {
"build": "tsup", "build": "tsup",