Skip to content

Commit

Permalink
chore: change in gitignore and package
Browse files Browse the repository at this point in the history
  • Loading branch information
Cleverson Sampaio committed Jul 25, 2022
1 parent fbd5063 commit d384ebd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
node_modules/
package-lock.json
*.js
*.js.map
*.d.ts
package-lock.json
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dbservices/scorpion-report",
"version": "1.0.0",
"version": "1.0.1",
"description": "Scorpion-core support pack",
"license": "MIT",
"exports": "./index.js",
Expand All @@ -21,7 +21,6 @@
"publishConfig": {
"access": "public"
},
"type": "commonjs",
"scripts": {
"commit": "cz",
"build": "tsc"
Expand Down

0 comments on commit d384ebd

Please sign in to comment.