We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12a4c49 commit e053a3dCopy full SHA for e053a3d
package.json
@@ -1,13 +1,19 @@
1
{
2
"name": "create-purista",
3
- "version": "2.0.0",
+ "version": "2.0.1",
4
"description": "Init a PURISTA project",
5
"author": "Sebastian Wessel",
6
- "keywords": ["purista", "framework", "typescript"],
+ "keywords": [
7
+ "purista",
8
+ "framework",
9
+ "typescript"
10
+ ],
11
"bin": {
12
"reate-purista": "./bin"
13
},
- "files": ["bin"],
14
+ "files": [
15
+ "bin"
16
17
"homepage": "https://purista.dev",
18
"publishConfig": {
19
"registry": "https://registry.npmjs.org"
@@ -49,5 +55,8 @@
49
55
"yargs-parser": "^21.1.1"
50
56
51
57
"license": "MIT",
52
- "trustedDependencies": ["core-js", "@biomejs/biome"]
58
+ "trustedDependencies": [
59
+ "core-js",
60
+ "@biomejs/biome"
61
+ ]
53
62
}
0 commit comments