mirror of
https://github.com/stisla/stisla.git
synced 2025-08-29 19:09:54 +02:00
added the .editorconfig file
This commit is contained in:
11
.editorconfig
Normal file
11
.editorconfig
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
end_of_line = lf
|
||||||
|
charset = utf-8
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
insert_final_newline = true
|
||||||
|
|
||||||
|
[*.{html,css,scss,js,json}]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 2
|
10
package.json
10
package.json
@@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "4.Stisla",
|
"name": "Stisla",
|
||||||
"version": "1.0.0",
|
"version": "2.2.0",
|
||||||
"description": "Stisla : Free Bootstrap Admin Template",
|
"description": "Free Bootstrap Admin Template",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"repository": "https://github.com/iqbalaqaba/stisla.git",
|
"repository": "https://github.com/stisla/stisla",
|
||||||
"author": "Iqbal <hello@iqbaldesignui.com>",
|
"author": "Stisla Team <nauvalazhar2@gmail.com> (https://getstisla.com)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bootstrap": "^4.2.1",
|
"bootstrap": "^4.2.1",
|
||||||
|
Reference in New Issue
Block a user