diff --git a/package.json b/package.json index 1a54131..4bb9c21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@marchintosh94/number-format", - "version": "0.1.3", + "version": "0.1.4", "description": "Format numbers and number string", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -9,7 +9,8 @@ ], "scripts": { "test": "jest", - "build": "rm -rf dist/ && tsc --project tsconfig.build.json" + "build": "rm -rf dist/ && tsc --project tsconfig.build.json", + "publish": "npm run build && npm publish --access public" }, "repository": { "type": "git",