Skip to content

Commit

Permalink
Bump types to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNite committed Dec 6, 2023
1 parent 7b4c169 commit 047c146
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"name": "@moonlight-mod/types",
"version": "1.0.0",
"version": "1.1.0",
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
".": "./src/index.ts",
"./import": "./src/import.d.ts",
"./*": "./src/*.ts",
"./coreExtensions": "./src/coreExtensions.ts"
"./*": "./src/*.ts"
},
"dependencies": {
"@types/flux": "^3.1.12",
Expand Down

0 comments on commit 047c146

Please sign in to comment.