Skip to content

Commit

Permalink
clean package no used and update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
weltongbi committed Mar 31, 2021
1 parent ace278c commit 6889ef5
Show file tree
Hide file tree
Showing 3 changed files with 2,513 additions and 79 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ postCode.use<ServiceOptions>(ViaCepService, {
/* All Service Options*/
});

viaCep.get("05010000").then(console.log);
postCode.get("05010000").then(console.log);

// {
// "postalcode": "05010000",
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@postalcode/postalcode",
"version": "1.1.1",
"version": "1.1.2",
"description": "Search Postal Code",
"source": "./src/index.ts",
"main": "./dist/index.js",
Expand Down Expand Up @@ -49,7 +49,6 @@
"chai-subset": "^1.6.0",
"microbundle": "^0.13.0",
"mocha": "^8.3.1",
"nock": "13.0.2",
"nyc": "^15.1.0",
"ts-node": "^9.1.1",
"ts-node-dev": "^1.1.6",
Expand Down
Loading

0 comments on commit 6889ef5

Please sign in to comment.