Skip to content

Commit

Permalink
fix: Wrong package exports 🤦‍♀️
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnns committed Jan 23, 2022
1 parent 7aec7f2 commit 45c5e0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -12,8 +12,8 @@
"top-level"
],
"type": "module",
"main": "./build/src/main.js",
"types": "./build/src/main.d.ts",
"main": "./build/main.js",
"types": "./build/main.d.ts",
"scripts": {
"test": "run-p test:*",
"test:suite": "node --no-warnings --experimental-vm-modules ./node_modules/jest/bin/jest.js",
Expand Down

0 comments on commit 45c5e0c

Please sign in to comment.