Skip to content

Commit 8992ac8

Browse files
committed
Docs: Rename 1.x to compat
1 parent 7bce5b0 commit 8992ac8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Some example modules that can be excluded are:
9494
- **exports/global**: Exclude the attachment of global jQuery variables ($ and jQuery) to the window.
9595
- **exports/amd**: Exclude the AMD definition.
9696

97-
Removing sizzle is not supported on the 1.x branch.
97+
Removing Sizzle is not supported on the `compat` branch.
9898

9999
The build process shows a message for each dependent module it excludes or includes.
100100

build/tasks/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ module.exports = function( grunt ) {
160160
if ( exclude ) {
161161
// Can't exclude sizzle on this branch
162162
if ( module === "sizzle" ) {
163-
grunt.log.error( "Sizzle cannot be excluded on the 1.x branch." );
163+
grunt.log.error( "Sizzle cannot be excluded on the compat branch." );
164164

165165
// Can't exclude certain modules
166166
} else if ( minimum.indexOf( module ) === -1 ) {

0 commit comments

Comments
 (0)