Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
fix: correct package entries (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
KnisterPeter authored Jun 15, 2020
1 parent 8770c7e commit 381dc80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "pretend",
"version": "3.0.1",
"description": "A decorator based http webservice client written in typescript",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"src"
Expand Down

0 comments on commit 381dc80

Please sign in to comment.