Skip to content

Commit 47d1370

Browse files
committed
fix: fix package description not being used. closes #396
1 parent 4f47b38 commit 47d1370

File tree

1 file changed

+1
-1
lines changed
  • packages/create-react-native-library/templates/common

1 file changed

+1
-1
lines changed

packages/create-react-native-library/templates/common/$package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "<%- project.slug -%>",
33
"version": "0.1.0",
4-
"description": "test",
4+
"description": "<%- project.description %>",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
77
"types": "lib/typescript/index.d.ts",

0 commit comments

Comments
 (0)