Skip to content

Commit

Permalink
chore(release): v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 9, 2023
1 parent c323562 commit 1dfc238
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "calcme-js",
"version": "0.0.1",
"version": "0.0.2",
"private": false,
"description": "Projeto open-source para exportar as funcoes do CalcMe sistemas para comunicacao visual, e poder chama-las remotamente",
"license": "Apache-2.0",
Expand All @@ -18,7 +18,16 @@
"exports": {
".": "./dist/index.js"
},
"keywords": ["brasil", "calcme", "graficas", "comunicacao visual", "calcme.com.br", "sistema de gestao", "api", "lib"],
"keywords": [
"brasil",
"calcme",
"graficas",
"comunicacao visual",
"calcme.com.br",
"sistema de gestao",
"api",
"lib"
],
"types": "dist/index.d.ts",
"scripts": {
"build": "npm run build:types && npm run build:js",
Expand Down

0 comments on commit 1dfc238

Please sign in to comment.