Alex Dima 7 år sedan
förälder
incheckning
49f2283894
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      scripts/bundle.js

+ 2 - 2
scripts/bundle.js

@@ -13,9 +13,9 @@ const headerVersion = semver + '(' + sha1 + ')';
 const BUNDLED_FILE_HEADER = [
 const BUNDLED_FILE_HEADER = [
 	'/*!-----------------------------------------------------------------------------',
 	'/*!-----------------------------------------------------------------------------',
 	' * Copyright (c) Microsoft Corporation. All rights reserved.',
 	' * Copyright (c) Microsoft Corporation. All rights reserved.',
-	' * monaco-typescript version: ' + headerVersion,
+	' * monaco-languages version: ' + headerVersion,
 	' * Released under the MIT license',
 	' * Released under the MIT license',
-	' * https://github.com/Microsoft/monaco-typescript/blob/master/LICENSE.md',
+	' * https://github.com/Microsoft/monaco-languages/blob/master/LICENSE.md',
 	' *-----------------------------------------------------------------------------*/',
 	' *-----------------------------------------------------------------------------*/',
 	''
 	''
 ].join('\n');
 ].join('\n');