Skip to content

Commit

Permalink
fix: publish types
Browse files Browse the repository at this point in the history
  • Loading branch information
jakehamilton committed Apr 6, 2022
1 parent e9a04c7 commit c413b60
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/plugin-kubernetes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.1",
"description": "Manage Kubernetes manifests with Leverage.",
"main": "dist/plugin.cjs.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "npm run build:lib && npm run build:types",
"build:lib": "vite build",
Expand All @@ -20,6 +21,11 @@
"publishConfig": {
"access": "public"
},
"files": [
"bin/**/*",
"dist/**/*",
"CHANGELOG.md"
],
"exports": {
".": {
"import": "./dist/plugin.es.js",
Expand Down

0 comments on commit c413b60

Please sign in to comment.