mirror of
https://github.com/DeterminateSystems/magic-nix-cache-action.git
synced 2024-12-26 09:20:35 +01:00
Fix package.json fields
This commit is contained in:
parent
adfe9f3c0f
commit
7216908d9a
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue