Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
oeyoews committed Dec 30, 2023
1 parent b916103 commit a3419a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"dev": "tiddlywiki-plugin-dev dev",
"build": "npm run clean && tiddlywiki-plugin-dev build",
"publish": "npm run clean && tiddlywiki-plugin-dev publish",
"reset": "rimraf ./**/node_modules",
"clean": "rimraf dist",
"format": "prettier . --write",
"new": "tiddlywiki-plugin-dev new",
Expand Down
5 changes: 5 additions & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
content: ['./src/**/*.{mjs,cjs,js,ts,jsx,tsx}'],
theme: { extend: {} },
plugins: [],
};

0 comments on commit a3419a3

Please sign in to comment.