We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3112f8e commit 23c4ae5Copy full SHA for 23c4ae5
package.json
@@ -1,15 +1,15 @@
1
{
2
"name": "angularjs",
3
"license": "MIT",
4
- "branchVersion": "^1.5.0-beta.0",
+ "branchVersion": "^1.5.0-rc.0",
5
"branchPattern": "1.5.*",
6
"distTag": "beta",
7
"repository": {
8
"type": "git",
9
"url": "https://github.com/angular/angular.js.git"
10
},
11
"engines": {
12
- "node": "~0.10",
+ "node": "<5",
13
"npm": "~2.5"
14
15
"engineStrict": true,
0 commit comments