We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d00b983 commit d3f4301Copy full SHA for d3f4301
package.json
@@ -1,11 +1,11 @@
1
{
2
"author": "Andrew Lunny <alunny@gmail.com>",
3
"name": "xcode",
4
- "description": "tools for working with xcode projects",
5
- "version": "0.3.2",
+ "description": "parser for xcodeproj/project.pbxproj files",
+ "version": "0.3.3",
6
"main":"index.js",
7
"repository": {
8
- "url": ""
+ "url": "https://github.com/alunny/node-xcode.git"
9
},
10
"engines": {
11
"node": "~0.6.7"
@@ -18,6 +18,6 @@
18
"nodeunit":"0.6.4"
19
20
"scripts": {
21
- "test": "node_modules/.bin/nodeunit test/parser test",
+ "test": "node_modules/.bin/nodeunit test/parser test"
22
}
23
0 commit comments