Skip to content

Commit fc0dd2f

Browse files
committed
Try and fix publish. Bump version to 0.2.3.
1 parent 3442f4d commit fc0dd2f

3 files changed

Lines changed: 38 additions & 4 deletions

File tree

.npmignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
docs/
2+
scripts/
3+
tsconfig*.json
4+
.editorconfig
5+
.gitignore

package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "folib",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "TypeScript bindings for Fallout 2",
55
"type": "module",
66
"files": [
@@ -31,9 +31,15 @@
3131
"typescript-eslint": "^8.0.0"
3232
},
3333
"peerDependenciesMeta": {
34-
"eslint": { "optional": true },
35-
"eslint-plugin-unused-imports": { "optional": true },
36-
"typescript-eslint": { "optional": true }
34+
"eslint": {
35+
"optional": true
36+
},
37+
"eslint-plugin-unused-imports": {
38+
"optional": true
39+
},
40+
"typescript-eslint": {
41+
"optional": true
42+
}
3743
},
3844
"devDependencies": {
3945
"@eslint/js": "^9.39.2",

pnpm-lock.yaml

Lines changed: 23 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)