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",
|
||||
"version": "1.0.0",
|
||||
"description": "Stisla : Free Bootstrap Admin Template",
|
||||
"name": "Stisla",
|
||||
"version": "2.2.0",
|
||||
"description": "Free Bootstrap Admin Template",
|
||||
"main": "index.js",
|
||||
"repository": "https://github.com/iqbalaqaba/stisla.git",
|
||||
"author": "Iqbal <hello@iqbaldesignui.com>",
|
||||
"repository": "https://github.com/stisla/stisla",
|
||||
"author": "Stisla Team <nauvalazhar2@gmail.com> (https://getstisla.com)",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"bootstrap": "^4.2.1",
|
||||
|
Reference in New Issue
Block a user