Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ indent_size = 2

# JSON-Files
[*.json]
indent_style = tab
indent_style = space
indent_size = 2

# ReST-Files
[*.rst]
Expand Down
56 changes: 28 additions & 28 deletions Build/package.json
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"
}
}