We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea4bfbb commit 91c55e4Copy full SHA for 91c55e4
package.json
@@ -3,8 +3,8 @@
3
"version": "0.0.9",
4
"description": "OpenSCD API for IEC 61850 SCL files",
5
"type": "module",
6
- "main": "./oscd-api.js",
7
- "types": "./oscd-api.d.ts",
+ "main": "./dist/oscd-api.js",
+ "types": "./dist/oscd-api.d.ts",
8
"scripts": {
9
"lint": "eslint . && prettier \"**/*.ts\" --check --ignore-path .gitignore",
10
"format": "eslint . --fix && prettier \"**/*.ts\" --write --ignore-path .gitignore",
0 commit comments