Skip to content

Commit 91c55e4

Browse files
committed
fix: (workflows/release-please): npm package contains no files
1 parent ea4bfbb commit 91c55e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "0.0.9",
44
"description": "OpenSCD API for IEC 61850 SCL files",
55
"type": "module",
6-
"main": "./oscd-api.js",
7-
"types": "./oscd-api.d.ts",
6+
"main": "./dist/oscd-api.js",
7+
"types": "./dist/oscd-api.d.ts",
88
"scripts": {
99
"lint": "eslint . && prettier \"**/*.ts\" --check --ignore-path .gitignore",
1010
"format": "eslint . --fix && prettier \"**/*.ts\" --write --ignore-path .gitignore",

0 commit comments

Comments
 (0)