Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Commit

Permalink
Merge pull request #2630 from mozilla/issue2628
Browse files Browse the repository at this point in the history
Upgrade to node v0.8.12

Everyone is happy with this.

r+

close #2628
  • Loading branch information
Shane Tomlinson committed Oct 24, 2012
2 parents 7df43de + 923a366 commit ddb80f7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -9,7 +9,6 @@ before_install:
- "mysql -e 'create database browserid;'"

node_js:
- 0.6
- 0.8

notifications:
Expand Down
10 changes: 5 additions & 5 deletions lockdown.json
Expand Up @@ -7,7 +7,7 @@
},
"active-x-obfuscator": {
"0.0.1": "089b89b37145ff1d9ec74af6530be5526cae1f1a"
},
},
"addressparser": {
"0.1.3": "9e9ab43d257e1ae784e1df5f580c9f5240f58874"
},
Expand All @@ -21,7 +21,7 @@
"0.0.5": "971b8995078d83c80f2372f134c496e71b293a46"
},
"awsbox": {
"0.2.18": "7cfebaa0c21de2e054d02a8ced97d021124fe962"
"0.3.1": "bbd433489d7d73c8b38c4f60f39ab6b034e73584"
},
"bcrypt": {
"0.7.1": "923e2623331211adcab6ac84ec4fcd41713e1e58"
Expand Down Expand Up @@ -331,8 +331,8 @@
},
"xoauth2": {
"0.1.3": "4448cb94fb1032c02cb2c81e95008674dcd2d1c6"
},
},
"zeparser": {
"0.0.5": "03726561bc268f2e5444f54c665b7fd4a8c029e2"
}
}
}
}
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"vows": "0.5.13",
"awsbox": "0.2.18",
"awsbox": "0.3.1",
"irc": "0.3.3",
"jshint": "0.7.1",
"minimatch": "0.2.6",
Expand All @@ -54,6 +54,6 @@
"start": "node ./scripts/run_locally.js"
},
"engines": {
"node": ">= 0.6.17"
"node": ">= 0.8.11"
}
}
4 changes: 2 additions & 2 deletions scripts/browserid.spec
Expand Up @@ -11,8 +11,8 @@ URL: https://github.com/mozilla/browserid
Source0: %{name}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
AutoReqProv: no
Requires: openssl nodejs
BuildRequires: gcc-c++ git jre make npm openssl-devel expat-devel
Requires: openssl, nodejs == 0.8.12
BuildRequires: gcc-c++, git, jre, make, npm, openssl-devel, expat-devel, nodejs == 0.8.12

%description
persona server & web home for persona.org
Expand Down

0 comments on commit ddb80f7

Please sign in to comment.