projects
/
kraken-ui.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
2af30b5
)
Fixes node version requirement. Oof.
author
dsc
<dsc@wikimedia.org>
Mon, 9 Apr 2012 20:02:55 +0000 (13:02 -0700)
committer
dsc
<dsc@wikimedia.org>
Mon, 9 Apr 2012 20:02:55 +0000 (13:02 -0700)
package.co
patch
|
blob
|
history
package.json
patch
|
blob
|
history
diff --git
a/package.co
b/package.co
index
d703c2f
..
787e533
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.2'
+engine : node:'>=0.6.x'
license : 'MIT'
diff --git
a/package.json
b/package.json
index
00eff39
..
0f04f27
100644
(file)
--- a/
package.json
+++ b/
package.json
@@
-44,7
+44,7
@@
"url": "git://git@less.ly:kraken-ui.git"
},
"engine": {
- "node": ">=0.6.2"
+ "node": ">=0.6.x"
},
"license": "MIT"
}