Skip to content

Commit

Permalink
Updated package.json file to match path requirements for newer versio…
Browse files Browse the repository at this point in the history
…ns of npm/node.
  • Loading branch information
pyrello committed Dec 19, 2024
1 parent 04419e7 commit 3e55b07
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"design"
],
"homepage": "https://uids.brand.uiowa.edu",
"main": "dist/uids.umd.js",
"module": "dist/uids.es.js",
"main": "./dist/uids.umd.js",
"module": "./dist/uids.es.js",
"style": "",
"exports": {
"import": "dist/uids.es.js",
"require": "dist/uids.umd.js"
"import": "./dist/uids.es.js",
"require": "./dist/uids.umd.js"
},
"scripts": {
"dev": "sass --watch src/scss:dist",
Expand Down

0 comments on commit 3e55b07

Please sign in to comment.