Skip to content

Commit

Permalink
Fix package issues referencing old index files
Browse files Browse the repository at this point in the history
  • Loading branch information
mrloop committed Jan 28, 2025
1 parent 0c0e3ed commit 1acc479
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"type": "module",
"exports": "./main.js",
"module": "main.js",
"types": "./index.d.ts",
"types": "./main.d.ts",
"scripts": {
"test": "pnpm test:smoke lint && pnpm test:js && pnpm test:smoke",
"test:smoke": "testem ci",
"test:js": "qunit test/retry.js && qunit test/retry-only.js",
"dev": "qunit --watch",
"lint": "eslint index.js"
"lint": "eslint main.js"
},
"devDependencies": {
"@release-it-plugins/lerna-changelog": "^7.0.0",
Expand Down

0 comments on commit 1acc479

Please sign in to comment.