File tree Expand file tree Collapse file tree 9 files changed +22
-2
lines changed Expand file tree Collapse file tree 9 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 19
19
- ' **.sass'
20
20
# These files configure npm and the task runner. Changes could affect the outcome.
21
21
- ' package*.json'
22
+ - ' .npmrc'
23
+ - ' .nvmrc'
22
24
- ' Gruntfile.js'
23
25
- ' webpack.config.js'
24
26
- ' tools/webpack/**'
Original file line number Diff line number Diff line change 23
23
- ' **.php'
24
24
# These files configure npm. Changes could affect the outcome.
25
25
- ' package*.json'
26
+ - ' .npmrc'
27
+ - ' .nvmrc'
26
28
# These files configure Composer. Changes could affect the outcome.
27
29
- ' composer.*'
28
30
# This file configures JSHint. Changes could affect the outcome.
Original file line number Diff line number Diff line change 24
24
- ' **.php'
25
25
# These files configure npm and the task runner. Changes could affect the outcome.
26
26
- ' package*.json'
27
+ - ' .npmrc'
28
+ - ' .nvmrc'
27
29
- ' Gruntfile.js'
28
30
- ' webpack.config.js'
29
31
- ' tools/webpack/**'
Original file line number Diff line number Diff line change 21
21
- ' **.js'
22
22
# These files configure npm and the task runner. Changes could affect the outcome.
23
23
- ' package*.json'
24
+ - ' .npmrc'
25
+ - ' .nvmrc'
24
26
- ' Gruntfile.js'
25
27
- ' webpack.config.js'
26
28
- ' tools/webpack/**'
Original file line number Diff line number Diff line change 17
17
- ' Gruntfile.js'
18
18
- ' webpack.config.js'
19
19
- ' tools/webpack/**'
20
+ - ' .npmrc'
21
+ - ' .nvmrc'
20
22
# These files configure Composer. Changes could affect the local environment.
21
23
- ' composer.*'
22
24
# These files define the versions to test.
41
43
- ' Gruntfile.js'
42
44
- ' webpack.config.js'
43
45
- ' tools/webpack/**'
46
+ - ' .npmrc'
47
+ - ' .nvmrc'
44
48
# These files configure Composer. Changes could affect the local environment.
45
49
- ' composer.*'
46
50
# These files define the versions to test.
Original file line number Diff line number Diff line change 23
23
- ' **.php'
24
24
# These files configure npm and the task runner. Changes could affect the outcome.
25
25
- ' package*.json'
26
+ - ' .npmrc'
27
+ - ' .nvmrc'
26
28
- ' Gruntfile.js'
27
29
- ' webpack.config.js'
28
30
- ' tools/webpack/**'
Original file line number Diff line number Diff line change 25
25
- ' src/SECURITY.md'
26
26
# These files configure npm and the task runner. Changes could affect the outcome.
27
27
- ' package*.json'
28
+ - ' .npmrc'
29
+ - ' .nvmrc'
28
30
- ' Gruntfile.js'
29
31
# These files configure Composer. Changes could affect the outcome.
30
32
- ' composer.*'
Original file line number Diff line number Diff line change 8
8
- ' [4-9].[0-9]'
9
9
paths :
10
10
# Changing the preferred version of Node.js could affect themes with build processes.
11
- - ' .nvm'
11
+ - ' .npmrc'
12
+ - ' .nvmrc'
12
13
# Changes to any themes with a build script should be confirmed.
13
14
- ' src/wp-content/themes/twentynineteen/**'
14
15
- ' src/wp-content/themes/twentytwenty/**'
22
23
- ' [4-9].[0-9]'
23
24
paths :
24
25
# Changing the preferred version of Node.js could affect themes with build processes.
25
- - ' .nvm'
26
+ - ' .npmrc'
27
+ - ' .nvmrc'
26
28
# Changes to any themes with a build script should be confirmed.
27
29
- ' src/wp-content/themes/twentynineteen/**'
28
30
- ' src/wp-content/themes/twentytwenty/**'
Original file line number Diff line number Diff line change 22
22
- ' **.php'
23
23
# These files configure npm and the task runner. Changes could affect the outcome.
24
24
- ' package*.json'
25
+ - ' .npmrc'
26
+ - ' .nvmrc'
25
27
- ' Gruntfile.js'
26
28
- ' webpack.config.js'
27
29
- ' tools/webpack/**'
You can’t perform that action at this time.
0 commit comments