Skip to content

Commit 63cc4aa

Browse files
committed
fix: fix files field to include podspec. fixes #39
1 parent 3fcbafe commit 63cc4aa

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,8 @@ typings/
6767
.project
6868
.settings
6969

70+
# VSCode
71+
.history
72+
7073
# generated files
7174
lib/

templates/library/$package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"lib",
1212
"android",
1313
"ios",
14-
"<%= project.package %>.podspec"
14+
"<%= project.podspec %>.podspec"
1515
],
1616
"scripts": {
1717
"test": "jest",

0 commit comments

Comments
 (0)