|
1 | 1 | { |
2 | | - "name": "automattic/syntaxhighlighter", |
3 | | - "description": "Easily post syntax-highlighted code to your WordPress site without having to modify the code at all.", |
4 | | - "type": "wordpress-plugin", |
5 | | - "license": "GPL-2.0-or-later", |
6 | | - "require": {}, |
7 | | - "archive": { |
8 | | - "exclude": [ |
9 | | - "/*", |
10 | | - "!/dist", |
11 | | - "!/syntaxhighlighter2", |
12 | | - "!/syntaxhighlighter3", |
13 | | - "!/third-party-brushes", |
14 | | - "!/syntaxhighlighter_mce-4.js", |
15 | | - "!/syntaxhighlighter_mce.js", |
16 | | - "!/syntaxhighlighter.js", |
17 | | - "!/syntaxhighlighter.php", |
18 | | - "!/readme.txt", |
19 | | - ".DS_Store", |
20 | | - ".*", |
21 | | - "*.test.js" |
22 | | - ] |
23 | | - } |
| 2 | + "name": "automattic/syntaxhighlighter", |
| 3 | + "description": "Easily post syntax-highlighted code to your WordPress site without having to modify the code at all.", |
| 4 | + "type": "wordpress-plugin", |
| 5 | + "license": "GPL-2.0-or-later", |
| 6 | + "require": {}, |
| 7 | + "archive": { |
| 8 | + "exclude": [ |
| 9 | + "/*", |
| 10 | + "!/dist", |
| 11 | + "!/syntaxhighlighter2", |
| 12 | + "!/syntaxhighlighter3", |
| 13 | + "!/third-party-brushes", |
| 14 | + "!/syntaxhighlighter_mce-4.js", |
| 15 | + "!/syntaxhighlighter_mce.js", |
| 16 | + "!/syntaxhighlighter.js", |
| 17 | + "!/syntaxhighlighter.php", |
| 18 | + "!/readme.txt", |
| 19 | + ".DS_Store", |
| 20 | + ".*", |
| 21 | + "*.test.js" |
| 22 | + ] |
| 23 | + } |
24 | 24 | } |
0 commit comments