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 efd0b8a commit cb57a76Copy full SHA for cb57a76
package.json
@@ -2,13 +2,13 @@
2
"author": "Andrew Lunny <alunny@gmail.com>",
3
"name": "xcode",
4
"description": "parser for xcodeproj/project.pbxproj files",
5
- "version": "0.3.4",
+ "version": "0.3.5",
6
"main":"index.js",
7
"repository": {
8
"url": "https://github.com/alunny/node-xcode.git"
9
},
10
"engines": {
11
- "node": "~0.6.7"
+ "node": ">=0.6.7"
12
13
"dependencies": {
14
"pegjs":"0.6.2",
0 commit comments