We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fcbafe commit 63cc4aaCopy full SHA for 63cc4aa
.gitignore
@@ -67,5 +67,8 @@ typings/
67
.project
68
.settings
69
70
+# VSCode
71
+.history
72
+
73
# generated files
74
lib/
templates/library/$package.json
@@ -11,7 +11,7 @@
11
"lib",
12
"android",
13
"ios",
14
- "<%= project.package %>.podspec"
+ "<%= project.podspec %>.podspec"
15
],
16
"scripts": {
17
"test": "jest",
0 commit comments