Skip to content

Commit

Permalink
Better compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
SAPikachu committed Aug 24, 2024
1 parent 3962afa commit b871d60
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"name": "grindery-nexus-common-utils",
"version": "2.0.59",
"version": "2.0.60",
"description": "Common functions and type definitions for Grindery Nexus",
"main": "dist/index.js",
"exports": {
".": "./dist/index.js",
"./*": "./dist/*.js"
"./*": "./dist/*.js",
"./dist/*": "./dist/*.js"
},
"sideEffects": false,
"scripts": {
"prepare": "tsc && husky install",
"watch": "tsc --watch",
Expand Down

0 comments on commit b871d60

Please sign in to comment.