Skip to content

Commit cb57a76

Browse files
committed
[npm] support node 0.8
1 parent efd0b8a commit cb57a76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"author": "Andrew Lunny <alunny@gmail.com>",
33
"name": "xcode",
44
"description": "parser for xcodeproj/project.pbxproj files",
5-
"version": "0.3.4",
5+
"version": "0.3.5",
66
"main":"index.js",
77
"repository": {
88
"url": "https://github.com/alunny/node-xcode.git"
99
},
1010
"engines": {
11-
"node": "~0.6.7"
11+
"node": ">=0.6.7"
1212
},
1313
"dependencies": {
1414
"pegjs":"0.6.2",

0 commit comments

Comments
 (0)