8000 chore(package.json): fix up dist-tag · coderofsalvation/angular.js@5f98ae8 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 5f98ae8

Browse files
chore(package.json): fix up dist-tag
Now that 1.5.x is out of beta we need to change the dist-tag to `latest`
1 parent 8a598b4 commit 5f98ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"license": "MIT",
44
"branchVersion": "1.5.x",
55
"branchPattern": "1.5.*",
6-
"distTag": "beta",
6+
"distTag": "latest",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/angular/angular.js.git"

0 commit comments

Comments
 (0)
0