We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e3be05 commit 6e6b07bCopy full SHA for 6e6b07b
package.json
@@ -1,13 +1,19 @@
1
{
2
"name": "create-purista",
3
- "version": "2.0.2",
+ "version": "2.0.3",
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
"create-purista": "bin.js"
13
},
- "files": ["bin.js"],
14
+ "files": [
15
+ "bin.js"
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