Skip to content

Commit

Permalink
try to export assets
Browse files Browse the repository at this point in the history
  • Loading branch information
egauzens committed Nov 6, 2023
1 parent f2ae931 commit 45d3142
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sparc-design-system-nuxt3-module",
"version": "0.1.0-alpha.3",
"version": "0.1.0-alpha.4",
"description": "The design system used by SPARC",
"repository": "nih-sparc/sparc-design-system-nuxt3-module",
"license": "MIT",
Expand All @@ -9,16 +9,15 @@
".": {
"types": "./dist/types.d.ts",
"import": "./dist/module.mjs",
"require": "./dist/module.cjs",
"components": "./src/components",
"assets": "./src/assets"
"require": "./dist/module.cjs"
}
},
"main": "./dist/module.cjs",
"types": "./dist/types.d.ts",
"files": [
"dist",
"src"
"src",
"src/assets/*"
],
"scripts": {
"prepack": "npm run build && nuxt-module-build build",
Expand Down

0 comments on commit 45d3142

Please sign in to comment.