1
0
mirror of https://github.com/psychopy/psychojs.git synced 2025-05-10 10:40:54 +00:00

package: add json extension to exports field

This commit is contained in:
Sotiri Bakagiannis 2021-06-01 17:58:25 +01:00
parent 6354cd95f6
commit 6c5d7750d7

View File

@ -11,7 +11,7 @@
"exports": {
".": "./src/index.js",
"./css": "./src/index.css",
"./package": "./package.json"
"./package.json": "./package.json"
},
"main": "./src/index.js",
"scripts": {