We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a515e5 commit ee82c75Copy full SHA for ee82c75
.gitignore
@@ -28,6 +28,8 @@ coverage/
28
screenshots/
29
reports/
30
reporter/
31
+package/
32
.*.sw[a-z]
33
.sw?
34
*.un~
35
+*.tgz
.npmignore
package.json
@@ -1,10 +1,13 @@
1
{
2
"name": "ios-app-bootstrap",
3
- "version": "1.0.9",
+ "version": "1.0.10",
4
"description": "A starting tutorial for iOS application.",
5
"keywords": [
6
"iOS"
7
],
8
+ "files": [
9
+ "build/ios-app-bootstrap.zip"
10
+ ],
11
"repository": {
12
"type": "git",
13
"url": "git://github.com/xudafeng/ios-app-bootstrap.git"
0 commit comments