Skip to content

Commit ee82c75

Browse files
committed
tweak to whitelist
1 parent 8a515e5 commit ee82c75

File tree

3 files changed

+6
-33
lines changed

3 files changed

+6
-33
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ coverage/
2828
screenshots/
2929
reports/
3030
reporter/
31+
package/
3132
.*.sw[a-z]
3233
.sw?
3334
*.un~
35+
*.tgz

.npmignore

-32
This file was deleted.

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
{
22
"name": "ios-app-bootstrap",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"description": "A starting tutorial for iOS application.",
55
"keywords": [
66
"iOS"
77
],
8+
"files": [
9+
"build/ios-app-bootstrap.zip"
10+
],
811
"repository": {
912
"type": "git",
1013
"url": "git://github.com/xudafeng/ios-app-bootstrap.git"

0 commit comments

Comments
 (0)