Skip to content

Commit 6e6b07b

Browse files
2.0.3
1 parent 2e3be05 commit 6e6b07b

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

Diff for: package.json

+13-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
{
22
"name": "create-purista",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Init a PURISTA project",
55
"author": "Sebastian Wessel",
6-
"keywords": ["purista", "framework", "typescript"],
6+
"keywords": [
7+
"purista",
8+
"framework",
9+
"typescript"
10+
],
711
"bin": {
812
"create-purista": "bin.js"
913
},
10-
"files": ["bin.js"],
14+
"files": [
15+
"bin.js"
16+
],
1117
"homepage": "https://purista.dev",
1218
"publishConfig": {
1319
"registry": "https://registry.npmjs.org"
@@ -49,5 +55,8 @@
4955
"yargs-parser": "^21.1.1"
5056
},
5157
"license": "MIT",
52-
"trustedDependencies": ["core-js", "@biomejs/biome"]
58+
"trustedDependencies": [
59+
"core-js",
60+
"@biomejs/biome"
61+
]
5362
}

0 commit comments

Comments
 (0)