Skip to content

Commit b7ae0e2

Browse files
committed
support appPath export
1 parent ee82c75 commit b7ae0e2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

index.js

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
'use strict';
2+
3+
const path = require('path');
4+
5+
exports.appPath = path.join(__dirname, 'build', 'ios-app-bootstrap.zip');

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "ios-app-bootstrap",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"description": "A starting tutorial for iOS application.",
55
"keywords": [
66
"iOS"
77
],
88
"files": [
99
"build/ios-app-bootstrap.zip"
1010
],
11+
"main": "./index.js",
1112
"repository": {
1213
"type": "git",
1314
"url": "git://github.com/xudafeng/ios-app-bootstrap.git"

0 commit comments

Comments
 (0)