Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Commit

Permalink
fix: update package name
Browse files Browse the repository at this point in the history
  • Loading branch information
jonyw4 committed Jul 2, 2020
1 parent 8a327ba commit c65ab16
Show file tree
Hide file tree
Showing 2 changed files with 6 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.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@carimflex/ups-brazil-js",
"name": "ups-brazil-js",
"version": "0.0.0",
"description": "💵 UPS Brazil Javascript API Client for calculate quote",
"main": "dist/ups-brazil-js.min.js",
Expand Down Expand Up @@ -107,6 +107,9 @@
},
"jest": {
"testEnvironment": "node",
"collectCoverageFrom": ["**/src/**", "!**/node_modules/**"]
"collectCoverageFrom": [
"**/src/**",
"!**/node_modules/**"
]
}
}

0 comments on commit c65ab16

Please sign in to comment.