add register to exports map (#5671)

pull/5681/head
Fraser Darwent 5 years ago committed by GitHub
parent 795e5855ba
commit e5124e4045
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -44,6 +44,9 @@
"import": "./motion/index.mjs",
"require": "./motion/index.js"
},
"./register": {
"require": "./register.js"
},
"./store": {
"import": "./store/index.mjs",
"require": "./store/index.js"

Loading…
Cancel
Save