From 8d29797fbf38ced9099b26f23a9dd829753d58de Mon Sep 17 00:00:00 2001 From: Juan Martin Date: Thu, 29 Aug 2024 12:59:32 +0300 Subject: [PATCH] chore --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cb8bb76..0c84d13 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@zumer/orbit", "version": "0.2.9", - "description": "The CSS radial composer", + "description": "Orbit is a CSS framework for radial interfaces", "main": "./dist/orbit.js", "scripts": { "build": "npx @zumerbox/build -n orbit -j src/orbit.js -s src/orbit.scss", "bump": "npx @zumerbox/bump", - "postbump": "npx @zumerbox/changelog && git add CHANGELOG.md && git commit -m \"Bumped version\" && git push --follow-tags" + "postbump": "npx @zumerbox/changelog && git add CHANGELOG.md && git commit -m \"Bumped version\" && git push --follow-tags && npm run build" }, "files": [ "README.md",