Skip to content

Commit

Permalink
Bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
GENL committed Dec 8, 2024
1 parent d270d2e commit 8d149fd
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,6 +1,6 @@
{
"name": "matice",
"version": "1.1.5",
"version": "1.1.6",
"description": "Matice - Use your Laravel translations in JavaScript",
"main": "dist/matice.js",
"types": "dist/matice.d.ts",
Expand All @@ -13,7 +13,7 @@
"scripts": {
"test": "jest",
"build": "tsc && webpack",
"prepare": "npm run build"
"prepare": "npm run build --production"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 8d149fd

Please sign in to comment.