Skip to content

Commit 084e113

Browse files
committed
gleam - re-build patched angular 1.6.10
yarn install --check-files git tag v1.6.10-patched-by-gleam-v2 -a -m "codename(fewer-packages-fewer-problems)" yarn grunt build cp build/angular.js .
1 parent 3360287 commit 084e113

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

angular.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.6.10-patched-by-gleam
2+
* @license AngularJS v1.6.10-patched-by-gleam-v2
33
* (c) 2010-2018 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/
@@ -88,7 +88,7 @@ function isValidObjectMaxDepth(maxDepth) {
8888
function minErr(module, ErrorConstructor) {
8989
ErrorConstructor = ErrorConstructor || Error;
9090

91-
var url = 'https://errors.angularjs.org/1.6.10-patched-by-gleam/';
91+
var url = 'https://errors.angularjs.org/1.6.10-patched-by-gleam-v2/';
9292
var regex = url.replace('.', '\\.') + '[\\s\\S]*';
9393
var errRegExp = new RegExp(regex, 'g');
9494

@@ -2808,11 +2808,11 @@ function toDebugString(obj, maxDepth) {
28082808
var version = {
28092809
// These placeholder strings will be replaced by grunt's `build` task.
28102810
// They need to be double- or single-quoted.
2811-
full: '1.6.10-patched-by-gleam',
2811+
full: '1.6.10-patched-by-gleam-v2',
28122812
major: 1,
28132813
minor: 6,
28142814
dot: 10,
2815-
codeName: 'old-but-gold'
2815+
codeName: 'fewer-packages-fewer-problems'
28162816
};
28172817

28182818

@@ -2958,7 +2958,7 @@ function publishExternalAPI(angular) {
29582958
});
29592959
}
29602960
])
2961-
.info({ angularVersion: '1.6.10-patched-by-gleam' });
2961+
.info({ angularVersion: '1.6.10-patched-by-gleam-v2' });
29622962
}
29632963

29642964
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

0 commit comments

Comments
 (0)