Skip to content

Commit 5f44648

Browse files
committedJan 9, 2025
fix dist
1 parent 2e0c53d commit 5f44648

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aggie-spirit-api",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "JS implementation of the Texas A&M Bus API",
55
"main": "dist/index.js",
66
"type": "module",
@@ -27,6 +27,6 @@
2727
},
2828
"types": "dist/index.d.ts",
2929
"files": [
30-
"/dist"
30+
"dist/**/*"
3131
]
3232
}

0 commit comments

Comments
 (0)
Please sign in to comment.