Skip to content

Commit 0ec1f0a

Browse files
author
Patrick Tannoury
committed
fixed main
1 parent 27f739e commit 0ec1f0a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "swiftcss",
33
"version": "3.21.0",
44
"description": "A CSS framework inspired by Tailwindcss with attribute styling to split styling and reduce dependency and size of classes in elements and components.",
5-
"main": "./dist/main.js",
5+
"main": "main.ts",
66
"license": "MIT",
77
"homepage": "https://datablock.dev",
88
"repository": {
@@ -19,7 +19,7 @@
1919
"new-dev": "ts-node main.ts dev"
2020
},
2121
"bin": {
22-
"swiftcss": ".main.ts"
22+
"swiftcss": "main.ts"
2323
},
2424
"dependencies": {
2525
"autoprefixer": "^10.4.14",

0 commit comments

Comments
 (0)