We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee82c75 commit b7ae0e2Copy full SHA for b7ae0e2
index.js
@@ -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
@@ -1,13 +1,14 @@
{
"name": "ios-app-bootstrap",
- "version": "1.0.10",
+ "version": "1.0.11",
"description": "A starting tutorial for iOS application.",
"keywords": [
6
"iOS"
7
],
8
"files": [
9
"build/ios-app-bootstrap.zip"
10
11
+ "main": "./index.js",
12
"repository": {
13
"type": "git",
14
"url": "git://github.com/xudafeng/ios-app-bootstrap.git"
0 commit comments