Skip to content

Commit c3ce55f

Browse files
committed
Revert indentation edits
1 parent 0b085f7 commit c3ce55f

File tree

2 files changed

+83
-83
lines changed

2 files changed

+83
-83
lines changed

composer.json

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,48 @@
11
{
2-
"name": "creativecommons/creativecommons-base",
3-
"description": "The Creative Commons base theme",
4-
"type": "wordpress-theme",
5-
"license": "GPL-2.0-or-later",
6-
"authors": [
7-
{
8-
"name": "Hugo Solar",
9-
"email": "hugo@creativecommons.org"
10-
}
11-
],
12-
"repositories": [
13-
{
14-
"type": "vcs",
15-
"url": "https://github.com/creativecommons/queulat",
16-
"no-api": true
17-
},
18-
{
19-
"type": "composer",
20-
"url": "https://wpackagist.org"
21-
}
22-
],
23-
"require": {
24-
"composer/installers": "~1.0",
25-
"felipelavinz/queulat": "2019.4.2",
26-
"jakub-onderka/php-parallel-lint": "^1.0"
27-
},
28-
"extra": {
29-
"installer-paths": {
30-
"../../mu-plugins/{$name}": [
31-
"type:wordpress-muplugin"
32-
]
33-
}
34-
},
35-
"scripts": {
36-
"compat": "phpcs -p --standard=PHPCompatibility --runtime-set testVersion 7.0 -n . --extensions=php --cache",
37-
"fix": "phpcbf --standard=WordPress . --extensions=php --ignore=vendor",
38-
"lint": "parallel-lint . --blame --exclude vendor",
39-
"sniff": "phpcs --standard=WordPress . --ignore=vendor --extensions=php"
40-
},
41-
"require-dev": {
42-
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.3",
43-
"phpcompatibility/php-compatibility": "^9.1",
44-
"squizlabs/php_codesniffer": "3.*",
45-
"wp-coding-standards/wpcs": "^2.0",
46-
"php-parallel-lint/php-parallel-lint": "^1.1"
47-
}
2+
"name": "creativecommons/creativecommons-base",
3+
"description": "The Creative Commons base theme",
4+
"type": "wordpress-theme",
5+
"license": "GPL-2.0-or-later",
6+
"authors": [
7+
{
8+
"name": "Hugo Solar",
9+
"email": "hugo@creativecommons.org"
10+
}
11+
],
12+
"repositories": [
13+
{
14+
"type": "vcs",
15+
"url": "https://github.com/creativecommons/queulat",
16+
"no-api": true
17+
},
18+
{
19+
"type": "composer",
20+
"url": "https://wpackagist.org"
21+
}
22+
],
23+
"require": {
24+
"composer/installers": "~1.0",
25+
"felipelavinz/queulat": "2019.4.2",
26+
"jakub-onderka/php-parallel-lint": "^1.0"
27+
},
28+
"extra": {
29+
"installer-paths": {
30+
"../../mu-plugins/{$name}": [
31+
"type:wordpress-muplugin"
32+
]
33+
}
34+
},
35+
"scripts": {
36+
"compat": "phpcs -p --standard=PHPCompatibility --runtime-set testVersion 7.0 -n . --extensions=php --cache",
37+
"fix": "phpcbf --standard=WordPress . --extensions=php --ignore=vendor",
38+
"lint": "parallel-lint . --blame --exclude vendor",
39+
"sniff": "phpcs --standard=WordPress . --ignore=vendor --extensions=php"
40+
},
41+
"require-dev": {
42+
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.3",
43+
"phpcompatibility/php-compatibility": "^9.1",
44+
"squizlabs/php_codesniffer": "3.*",
45+
"wp-coding-standards/wpcs": "^2.0",
46+
"php-parallel-lint/php-parallel-lint": "^1.1"
47+
}
4848
}

front/package.json

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
{
2-
"name": "creativecommons-base",
3-
"version": "2020.11.2",
4-
"description": "Base WordPress theme for Creative Commons websites",
5-
"main": "index.js",
6-
"dependencies": {},
7-
"devDependencies": {
8-
"@creativecommons/vocabulary": "^2020.10.1",
9-
"@glidejs/glide": "^3.4.1",
10-
"bulma": "^0.9.1",
11-
"copy-webpack-plugin": "^5.1.1",
12-
"css-loader": "^3.6.0",
13-
"mini-css-extract-plugin": "^0.9.0",
14-
"node-sass": "^4.14.1",
15-
"sass-loader": "^8.0.2",
16-
"style-loader": "^1.2.1",
17-
"webpack": "^4.43.0",
18-
"webpack-cli": "^3.3.12"
19-
},
20-
"scripts": {
21-
"build": "webpack --mode production",
22-
"watch": "webpack --mode production --watch --progress"
23-
},
24-
"repository": {
25-
"type": "git",
26-
"url": "git+https://github.com/creativecommons/creativecommons-base.git"
27-
},
28-
"keywords": [
29-
"WordPress",
30-
"theme",
31-
"PHP"
32-
],
33-
"author": "Creative Commons",
34-
"license": "MIT",
35-
"bugs": {
36-
"url": "https://github.com/creativecommons/creativecommons-base/issues"
37-
},
38-
"homepage": "https://github.com/creativecommons/creativecommons-base#readme"
2+
"name": "creativecommons-base",
3+
"version": "2020.11.2",
4+
"description": "Base WordPress theme for Creative Commons websites",
5+
"main": "index.js",
6+
"dependencies": {},
7+
"devDependencies": {
8+
"@creativecommons/vocabulary": "^2020.10.1",
9+
"@glidejs/glide": "^3.4.1",
10+
"bulma": "^0.9.1",
11+
"copy-webpack-plugin": "^5.1.1",
12+
"css-loader": "^3.6.0",
13+
"mini-css-extract-plugin": "^0.9.0",
14+
"node-sass": "^4.14.1",
15+
"sass-loader": "^8.0.2",
16+
"style-loader": "^1.2.1",
17+
"webpack": "^4.43.0",
18+
"webpack-cli": "^3.3.12"
19+
},
20+
"scripts": {
21+
"build": "webpack --mode production",
22+
"watch": "webpack --mode production --watch --progress"
23+
},
24+
"repository": {
25+
"type": "git",
26+
"url": "git+https://github.com/creativecommons/creativecommons-base.git"
27+
},
28+
"keywords": [
29+
"WordPress",
30+
"theme",
31+
"PHP"
32+
],
33+
"author": "Creative Commons",
34+
"license": "MIT",
35+
"bugs": {
36+
"url": "https://github.com/creativecommons/creativecommons-base/issues"
37+
},
38+
"homepage": "https://github.com/creativecommons/creativecommons-base#readme"
3939
}

0 commit comments

Comments
 (0)