Skip to content

Commit

Permalink
chore(core): add version in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MagneticNeedle committed Jul 23, 2023
1 parent 39941c2 commit d266e40
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions bfportal/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion bfportal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"scripts": {
"watch": "npx tailwindcss -i ./bfportal/static/src/styles.css -o ./bfportal/static/css/bfportal.css --watch",
"build": "npx tailwindcss -i ./bfportal/static/src/styles.css -o ./bfportal/static/css/bfportal.css --minify"
}
},
"version": "2.0.0"
}

0 comments on commit d266e40

Please sign in to comment.