Skip to content

Commit

Permalink
fix: added publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
Joan Mira committed Jun 29, 2021
1 parent 59db8dd commit cde985e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "@tablecheck/locales",
"version": "1.0.2",
"version": "1.0.3",
"description": "TableCheck's shared locale definition files",
"repository": {
"type": "git",
"url": "git+https://github.com/tablecheck/locales.git"
},
"scripts": {
"build": "tsc",
"publish": "npm run build && npm publish --access public",
"prepublish": "tsc"
},
"keywords": [
Expand Down

0 comments on commit cde985e

Please sign in to comment.