Skip to content

Commit

Permalink
Fix: Include dist directory to the NPM package
Browse files Browse the repository at this point in the history
  • Loading branch information
haricnugraha committed Sep 10, 2024
1 parent da49a65 commit 4caa9b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperjumptech/strapi-optimized-image",
"version": "0.0.1",
"version": "0.0.2",
"description": "Strapi optimized image",
"bugs": {
"url": "https://github.com/hyperjumptech/strapi-optimized-image/issues"
Expand All @@ -20,6 +20,9 @@
"author": "@hyperjumptech",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"dev": "tsc -w",
Expand Down

0 comments on commit 4caa9b0

Please sign in to comment.