Skip to content

Commit 5c40dba

Browse files
author
Matthias Giger
committed
fix(publish): update version and publish missing template files
important to publish this package without "files" entry in template/package.json otherwise template files will be missing.
1 parent 253675d commit 5c40dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Template for creating React Native plugins without native code.",
44
"author": "Matthias Giger",
55
"license": "MIT",
6-
"version": "1.0.0",
6+
"version": "1.0.1",
77
"repository": "github:naminho/create-react-native-plugin",
88
"main": "index.js",
99
"bin": {

0 commit comments

Comments
 (0)