Skip to content

Commit

Permalink
fix: add necessary config to be able to build correct imports with ei…
Browse files Browse the repository at this point in the history
…k plugin
  • Loading branch information
AnnaRybkina committed Sep 5, 2023
1 parent 984bdec commit 2ee4d3d
Show file tree
Hide file tree
Showing 2 changed files with 1,171 additions and 74 deletions.
23 changes: 21 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@
"name": "@warp-ds/icons",
"type": "module",
"version": "0.0.1",
"repository": "git@github.com:warp-ds/icons.git",
"description": "WARP's icon set",
"main": "index.js",
"files": [
"dist"
"dist",
"vue",
"react",
"elements"
],
"exports": {
".": "./index.js",
Expand All @@ -27,7 +31,8 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@eik/esbuild-plugin": "^1.1.35",
"@eik/cli": "^2.0.22",
"@eik/esbuild-plugin": "^1.1.11",
"@sindresorhus/slugify": "^2.1.0",
"@warp-ds/uno": "^1.0.0",
"camelcase": "^8.0.0",
Expand All @@ -49,5 +54,19 @@
},
"publishConfig": {
"access": "public"
},
"eik": {
"server": "https://assets.finn.no",
"type": "package",
"files": {
"react": "./dist/react",
"vue": "./dist/vue",
"elements": "./dist/elements"
}
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}
Loading

0 comments on commit 2ee4d3d

Please sign in to comment.