Skip to content

Commit

Permalink
Set files property
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadsiyou committed May 12, 2022
1 parent ec98d09 commit 858bfac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "prettier-plugin-twin.macro",
"version": "1.0.7",
"version": "1.0.8",
"description": "A Prettier plugin for sorting Tailwind CSS classes on twin.macro",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"_esbuild": "node ./scripts/build.js",
"build": "yarn _esbuild -- --minify",
Expand Down

0 comments on commit 858bfac

Please sign in to comment.