diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..97d69f6 --- /dev/null +++ b/.editorconfig @@ -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 diff --git a/package.json b/package.json index 39cf57e..9f1908e 100644 --- a/package.json +++ b/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 ", + "repository": "https://github.com/stisla/stisla", + "author": "Stisla Team (https://getstisla.com)", "license": "MIT", "dependencies": { "bootstrap": "^4.2.1",