Skip to content

Commit a2f4536

Browse files
committed
[npm] added suitable package entry point
1 parent a61e21a commit a2f4536

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
exports.project = require('./lib/pbxProject')

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"author": "Andrew Lunny <alunny@gmail.com>",
33
"name": "xcode",
44
"description": "tools for working with xcode projects",
5-
"version": "0.2.0",
5+
"version": "0.2.1",
6+
"main":"index.js",
67
"repository": {
78
"url": ""
89
},

0 commit comments

Comments
 (0)