From f5f45af90a3e723eb814392ab7bea4bfdfd188bd Mon Sep 17 00:00:00 2001 From: chomik Date: Tue, 20 Mar 2018 16:00:10 +0100 Subject: [PATCH 1/2] tabler npm init --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 293c1eb9f..c36e603f0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "tabler", + "name": "tabler-ui", "description": "Premium and Open Source dashboard template with responsive and high quality UI. For Free!", - "version": "0.0.1", + "version": "0.0.2", "keywords": [ "css", "sass", @@ -22,7 +22,7 @@ "gh-pages": "./gh-pages.sh", "dist": "gulp build && JEKYLL_ENV=production jekyll build --destination dist", - "publish": "./gh-pages.sh", + "publish-dist": "./gh-pages.sh", "watch": "gulp build && npm-run-all --parallel gulp-watch jekyll-watch", "serve": "gulp build && npm-run-all --parallel gulp-watch jekyll-serve" }, From 7104d31ebd48bf9aded23b4050f0ad1a1544a2ca Mon Sep 17 00:00:00 2001 From: chomik Date: Tue, 20 Mar 2018 16:51:11 +0100 Subject: [PATCH 2/2] package.json fix --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c36e603f0..638c22f41 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tabler-ui", "description": "Premium and Open Source dashboard template with responsive and high quality UI. For Free!", - "version": "0.0.2", + "version": "0.0.3", "keywords": [ "css", "sass", @@ -43,6 +43,9 @@ "npm-run-all": "^4.1.2" }, "dependencies": {}, + "files": [ + "dist/" + ], "browserslist": [ "last 1 major version", ">= 1%",