Skip to content

Commit

Permalink
update pkg.files
Browse files Browse the repository at this point in the history
  • Loading branch information
deyihu committed Nov 1, 2024
1 parent bdecac8 commit 35c7d9a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
"build": "npm run lint && cross-env NODE_ENV=dev rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"dist",
"index.js",
"index.d.ts",
"readme.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/maptalks/colorin.git"
Expand All @@ -36,4 +42,4 @@
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-terser": "^7.0.2"
}
}
}

0 comments on commit 35c7d9a

Please sign in to comment.