Skip to content

Commit

Permalink
fix: correctly include and exclude files (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatiusmb committed Jan 17, 2024
1 parent a8d5540 commit f8cb56b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions workspace/marqua/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "marqua",
"version": "0.6.0",
"description": "data authoring framework",
"description": "Data Authoring Framework",
"repository": "github:ignatiusmb/marqua",
"author": "Ignatius Bagus",
"license": "MIT",
Expand Down Expand Up @@ -44,8 +44,9 @@
},
"files": [
"src/**/*.js",
"!**/*.spec.js",
"styles/*.css",
"index.d.ts",
"**/index.d.ts",
"index.d.ts.map"
],
"engines": {
Expand Down

1 comment on commit f8cb56b

@vercel
Copy link

@vercel vercel bot commented on f8cb56b Jan 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.