Skip to content

Commit b7cd8c6

Browse files
committed
chore: the user should determine themselves if they want to have @types in their package name (if they want to get involved with DefinitelyTyped community)
1 parent 5fc2360 commit b7cd8c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/me/commandblock2/tsGenerator/NPMPackageGenerator.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class NPMPackageGenerator(val typeScriptGenerator: TypeScriptGenerator, val pack
3333

3434
val packageJson = """
3535
{
36-
"name": "@types/$packageName",
36+
"name": "$packageName",
3737
"version": "1.0.0",
3838
"private": true,
3939
"files": [

0 commit comments

Comments
 (0)