Skip to content

Commit e053a3d

Browse files
2.0.1
1 parent 12a4c49 commit e053a3d

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

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.0",
3+
"version": "2.0.1",
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
"reate-purista": "./bin"
913
},
10-
"files": ["bin"],
14+
"files": [
15+
"bin"
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)