-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] Set editor config of json files to use spaces as indenting #34
- Loading branch information
1 parent
e2d8d0e
commit ba76ce3
Showing
2 changed files
with
30 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
{ | ||
"name": "friendsoftypo3_widgets", | ||
"description": "Dashboard Widgets for TYPO3", | ||
"repository": "https://github.com/FriendsOfTYPO3/widgets.git", | ||
"readme": "../README.md", | ||
"author": "Koen Wouters", | ||
"main": "Gruntfile.js", | ||
"version": "1.0.0-dev", | ||
"license": "GPL-2.0+", | ||
"engines": { | ||
"node": ">=12.0.0 <13.0.0", | ||
"yarn": "^1.10.0" | ||
}, | ||
"devDependencies": { | ||
"autoprefixer": "^9.5.1", | ||
"grunt": "^1.3.0", | ||
"grunt-contrib-cssmin": "^3.0.0", | ||
"grunt-contrib-watch": "^1.1.0", | ||
"grunt-postcss": "^0.9.0", | ||
"grunt-sass": "^3.0.2", | ||
"grunt-sass-globbing": "^1.5.1", | ||
"grunt-sass-lint": "^0.2.4", | ||
"jit-grunt": "^0.10.0", | ||
"node-sass": "^4.12.0" | ||
}, | ||
"scripts": { | ||
"lint": "./node_modules/.bin/grunt lint", | ||
"build": "./node_modules/.bin/grunt build" | ||
} | ||
"name": "friendsoftypo3_widgets", | ||
"description": "Dashboard Widgets for TYPO3", | ||
"repository": "https://github.com/FriendsOfTYPO3/widgets.git", | ||
"readme": "../README.md", | ||
"author": "Koen Wouters", | ||
"main": "Gruntfile.js", | ||
"version": "1.0.0-dev", | ||
"license": "GPL-2.0+", | ||
"engines": { | ||
"node": ">=12.0.0 <13.0.0", | ||
"yarn": "^1.10.0" | ||
}, | ||
"devDependencies": { | ||
"autoprefixer": "^9.5.1", | ||
"grunt": "^1.3.0", | ||
"grunt-contrib-cssmin": "^3.0.0", | ||
"grunt-contrib-watch": "^1.1.0", | ||
"grunt-postcss": "^0.9.0", | ||
"grunt-sass": "^3.0.2", | ||
"grunt-sass-globbing": "^1.5.1", | ||
"grunt-sass-lint": "^0.2.4", | ||
"jit-grunt": "^0.10.0", | ||
"node-sass": "^4.12.0" | ||
}, | ||
"scripts": { | ||
"lint": "./node_modules/.bin/grunt lint", | ||
"build": "./node_modules/.bin/grunt build" | ||
} | ||
} |