Skip to content

Commit d3f4301

Browse files
committed
0.3.3
1 parent d00b983 commit d3f4301

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"author": "Andrew Lunny <alunny@gmail.com>",
33
"name": "xcode",
4-
"description": "tools for working with xcode projects",
5-
"version": "0.3.2",
4+
"description": "parser for xcodeproj/project.pbxproj files",
5+
"version": "0.3.3",
66
"main":"index.js",
77
"repository": {
8-
"url": ""
8+
"url": "https://github.com/alunny/node-xcode.git"
99
},
1010
"engines": {
1111
"node": "~0.6.7"
@@ -18,6 +18,6 @@
1818
"nodeunit":"0.6.4"
1919
},
2020
"scripts": {
21-
"test": "node_modules/.bin/nodeunit test/parser test",
21+
"test": "node_modules/.bin/nodeunit test/parser test"
2222
}
2323
}

0 commit comments

Comments
 (0)