diff --git a/package.json b/package.json index 80bacc6..5706d3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@totvs/po-theme", - "version": "18.23.1", + "version": "19.0.0-next.0", "author": "Totvs", "description": "PO Theme - Totvs Default Theme", "repository": { @@ -9,9 +9,11 @@ }, "license": "MIT", "scripts": { - "build": "po-theme build --fonts --name=default" + "build": "po-theme build --fonts --name=default", + "pack": "cd dist/ && npm pack", + "publish:local": "npm publish ./dist --registry http://localhost:4873 --ignore-scripts" }, "devDependencies": { - "@po-ui/style": "18.23.1" + "@po-ui/style": "19.0.0-next.0" } }