Skip to content

Commit

Permalink
chore(v3.x): promote to main (#712)
Browse files Browse the repository at this point in the history
* fix: add .ts extension to import

* chore: bump version
  • Loading branch information
crookse authored Jan 4, 2024
1 parent 80877c3 commit 98dc16c
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": "@drashland/drash",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"description": "A microframework for building JavaScript HTTP applications",
"author": "Eric Crooks <[email protected]> (https://crookse.com)",
"license": "GPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/modules/chains/RequestChain/mod.native.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import { Resource as CoreResource } from "../../../core/http/Resource.ts";

// Imports > Standard
import { WithParams } from "../../../standard/handlers/RequestParamsParser.ts";
import { ResourceGroup } from "../../../standard/http/ResourceGroup";
import { ResourceGroup } from "../../../standard/http/ResourceGroup.ts";

// Imports > Modules
import { RequestChain } from "../../base/RequestChain.ts";
Expand Down

0 comments on commit 98dc16c

Please sign in to comment.