Skip to content

Commit b5b072e

Browse files
committed
Updated package.json info
1 parent b16daef commit b5b072e

File tree

3 files changed

+31
-13
lines changed

3 files changed

+31
-13
lines changed

node_modules/.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-lock.json

Lines changed: 7 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,37 @@
11
{
22
"name": "csshtml-module",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Easily compile CSS or HTML files to JavaScript/TypeScript modules with this CLI tool.",
5+
"license": "MIT",
6+
"repository": "rammewerk/csshtml-module",
7+
"author": "Kristoffer Follstad <kf@rammewerk.com> (https://rammewerk.com/)",
8+
"homepage": "https://github.com/rammewerk/csshtml-module",
9+
"bugs": "https://github.com/rammewerk/csshtml-module/issues",
510
"main": "bin/index.js",
11+
"engines": {
12+
"node": ">= 16.15.0"
13+
},
614
"scripts": {
715
"test": "echo \"Error: no test specified\" && exit 1"
816
},
917
"bin": {
1018
"csshtml-module": "bin/index.js"
1119
},
12-
"bugs": {
13-
"url": "https://github.com/rammewerk/csshtml-module/issues"
14-
},
15-
"keywords": [],
16-
"author": "Kristoffer Follstad <kf@rammewerk.com> (https://rammewerk.com/)",
17-
"license": "MIT",
1820
"dependencies": {
1921
"commander": "^10.0.0"
2022
},
21-
"devDependencies": {}
23+
"keywords": [
24+
"css",
25+
"html",
26+
"web components",
27+
"phpstorm",
28+
"intellij",
29+
"css-compiler",
30+
"css-convert",
31+
"esm",
32+
"webstorm",
33+
"JetBrains",
34+
"jet brains",
35+
"transform"
36+
]
2237
}

0 commit comments

Comments
 (0)