1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-25 04:24:37 +04:00

build improvements, jekyll.data.package.json

This commit is contained in:
codecalm
2020-10-27 21:35:02 +01:00
parent b7715d9b2e
commit 4adaec8363
7 changed files with 10 additions and 25 deletions
+3 -3
View File
@@ -1,13 +1,13 @@
{
"name": "tabler",
"version": "1.0.0-alpha.7",
"version": "1.0.0-alpha.11",
"description": "Premium and Open Source dashboard template with responsive and high quality UI.",
"scripts": {
"start": "gulp start",
"build": "gulp build",
"svg-optimize": "svgo -f svg/brand --pretty",
"unused-files": "node build/unused-files.js",
"release": "release-it --no-npm.publish"
"release": "release-it"
},
"repository": {
"type": "git",
@@ -95,7 +95,7 @@
},
"release-it": {
"hooks": {
"after:bump": "gulp build --latest-version ${latestVersion} --new-version ${version}",
"after:bump": "gulp build --latest-version ${latestVersion} --new-version ${version} && gulp build-demo",
"after:release": "echo Successfully released ${name} v${latestVersion} to ${repo.repository}."
},
"git": {