Skip to content

Commit

Permalink
Remove module type. Replace main with exports
Browse files Browse the repository at this point in the history
  • Loading branch information
narin committed Jul 8, 2024
1 parent 51c00ed commit d5f6cf1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
"name": "@department-of-veterans-affairs/mobile-tokens",
"version": "0.13.0",
"description": "VA Design System Mobile Token Library",
"main": "dist/js/index.js",
"types": "dist/index.d.ts",
"type": "module",
"exports": "./dist/js/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"tokens:build": "node ./build.js && prettier dist/ --write",
"prepack": "npm run tokens:build",
Expand Down

0 comments on commit d5f6cf1

Please sign in to comment.