From ec68c62cb1b342ece0f1111300bd4eb3b3bea508 Mon Sep 17 00:00:00 2001 From: Muhamad Nauval Azhar Date: Mon, 11 Feb 2019 19:12:10 +0700 Subject: [PATCH] added the .editorconfig file --- .editorconfig | 11 +++++++++++ package.json | 10 +++++----- 2 files changed, 16 insertions(+), 5 deletions(-) create mode 100644 .editorconfig 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",