projects
/
kraken-ui.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
d73ba4a
)
Fixes node version requirement. Oof.
author
dsc
<dsc@wikimedia.org>
Mon, 9 Apr 2012 23:25:06 +0000 (16:25 -0700)
committer
dsc
<dsc@wikimedia.org>
Mon, 9 Apr 2012 23:25:06 +0000 (16:25 -0700)
package.co
patch
|
blob
|
history
package.json
patch
|
blob
|
history
diff --git
a/package.co
b/package.co
index
787e533
..
d703c2f
100644
(file)
--- a/
package.co
+++ b/
package.co
@@
-34,5
+34,5
@@
devDependencies :
scripts : test:'expresso'
repository : type:'git', url:'git://git@less.ly:kraken-ui.git'
-engine : node:'>=0.6.x'
+engine : node:'>=0.6.2'
license : 'MIT'
diff --git
a/package.json
b/package.json
index
0f04f27
..
00eff39
100644
(file)
--- a/
package.json
+++ b/
package.json
@@
-44,7
+44,7
@@
"url": "git://git@less.ly:kraken-ui.git"
},
"engine": {
- "node": ">=0.6.x"
+ "node": ">=0.6.2"
},
"license": "MIT"
}