Skip to content

Commit

Permalink
fix(http): add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
albertolerda committed Oct 9, 2023
1 parent ab942a4 commit 710d869
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"build:esm": "pnpm -F @slangroom/* exec tsc --outdir build/esm --module node16",
"build-all": "pnpm build",
"cjs-fixup": "pnpm -F @slangroom/* exec sh -c \"echo '{\\\"type\\\":\\\"commonjs\\\"}' >build/cjs/package.json\"",
"publish:ci": "lerna publish from-package --no-git-tag-version --yes"
"publish:ci": "lerna publish --no-git-tag-version --yes"
},
"devDependencies": {
"@lerna-lite/publish": "^2.5.1",
Expand Down
1 change: 1 addition & 0 deletions pkg/http/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import axios from "axios";
import { createSyntaxDiagramsCode } from "@slangroom/deps/chevrotain";
import fs from 'node:fs'

// AST
export enum RequestMethod {
Get,
Post
Expand Down

0 comments on commit 710d869

Please sign in to comment.