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. (#960)
  • Loading branch information
pyrello authored Dec 23, 2024
1 parent fa75713 commit b3bd443
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 b3bd443

Please sign in to comment.