Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchox5 committed Aug 29, 2024
1 parent eec591a commit 8d29797
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 8d29797

Please sign in to comment.