Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit 76f910a

Browse files
committed
template fix
1 parent 33027d9 commit 76f910a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create-service/template_package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const contents = (options) => `{
2-
"name": "${options.scope}/${options.packageName}",
2+
"name": "${options.scope}${options.packageName}",
33
"version": "0.0.0",
44
"description": "${options.description}",
55
"main": "src/index.js",

0 commit comments

Comments
 (0)