Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jub0t committed Oct 25, 2022
1 parent 7cbbaca commit 8bcfd07
Show file tree
Hide file tree
Showing 8 changed files with 1,481 additions and 424 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*.ts
/test
node_modules
package-lock.json
package-lock.json
733 changes: 733 additions & 0 deletions dist/build.js

Large diffs are not rendered by default.

733 changes: 733 additions & 0 deletions dist/dev.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/index.min.js

Large diffs are not rendered by default.

11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,15 @@
},
"devDependencies": {
"tailwindcss": "^3.0.23",
"typescript": "^4.7.2"
"typescript": "^4.7.2",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1"
},
"scripts": {
"tsc": "tsc --watch",
"build": "tsc",
"pack": "minify ./dist/build.js > ./dist/index.min.js",
"tailwinds": "npx tailwindcss -i ./test/build.css -o ./test/tailwinds.css --watch --minify"
},
"repository": {
Expand All @@ -24,9 +29,7 @@
"parser",
"parse"
],
"author": {
"name": "Jareer Abdullah"
},
"author": "Jareer Abdullah",
"license": "MIT",
"bugs": {
"url": "https://github.com/jareer12/TailwindsMarkdown/issues"
Expand Down
132 changes: 0 additions & 132 deletions src/index.js

This file was deleted.

Loading

0 comments on commit 8bcfd07

Please sign in to comment.