Skip to content

Commit

Permalink
fix: module path error
Browse files Browse the repository at this point in the history
  • Loading branch information
LuciferHuang committed Mar 18, 2024
1 parent 912ec7b commit a8c4e68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "type-json-mapper",
"version": "1.2.8",
"version": "1.2.9",
"description": "Instead of directly using api data, we definitely require an adapter layer to transform data as needed. Furthermore, the adapter inverse the the data dependency from API server(API Server is considered uncontrollable and highly unreliable as data structure may be edit by backend coder for some specific purposes)to our adapter which becomes reliable. Thus, this library is created as the adapter make use of es7 reflect decorator.",
"license": "MIT",
"author": "LuciferHuang",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"dom"
]
},
"include": ["src/**/*", "tests/*"],
"include": ["src/**/*"],
"exclude": ["node_modules"]
}

0 comments on commit a8c4e68

Please sign in to comment.