Skip to content

Commit

Permalink
Merge pull request #220 from KenEucker/develop
Browse files Browse the repository at this point in the history
fix(package): fixes a path for the module
  • Loading branch information
KenEucker authored Jan 22, 2024
2 parents c85d3ac + 143f9f5 commit b1cf2c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"author": "Ken Eucker <[email protected]>",
"name": "imgur",
"description": "Unofficial JavaScript library for Imgur",
"version": "2.3.0",
"version": "2.4.1",
"homepage": "https://github.com/keneucker/imgur",
"license": "AGPL-3.0-or-later",
"main": "./dist/index.js",
"module": "./dist/dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
Expand Down Expand Up @@ -51,7 +51,7 @@
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"format:check": "prettier . --check ",
"lint:fix": "prettier . --write && eslint . --fix",
"lint:check": "eslint .",
"lint:check": "eslint . && prettier . --check",
"lint:release": "npm run format:check && npm run lint:check && npm run typecheck && echo '🤖 !linter ✅ success! 🤖'",
"lint:staged": "npx --no-install lint-staged",
"commit": "cz"
Expand Down

0 comments on commit b1cf2c6

Please sign in to comment.