Skip to content

Commit

Permalink
tsbundle@0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Aug 13, 2023
1 parent 82c27ac commit c16ae72
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: "pnpm"
cache-dependency-path: ./NPM/pnpm-lock.yaml
scope: "@nikolarhristov"

- run: pnpm install
working-directory: ./NPM
Expand Down
6 changes: 3 additions & 3 deletions NPM/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Builds all your TypeScript files into JavaScript.
Add configuration and setup scripts:

```sh
npm install -D -E tsbundle
npm install -D -E @nikolarhristov/tsbundle
```

## Usage
Expand All @@ -21,7 +21,7 @@ npm install -D -E tsbundle
"prepublishOnly": "TSBundle 'Source/**/*.ts'"
},
"dependencies": {
"tsbundle": "0.1.5"
"@nikolarhristov/tsbundle": "0.1.5"
}
}
```
Expand Down Expand Up @@ -53,5 +53,5 @@ npm install -D -E tsbundle
The script will now automatically compile your build files with [esbuild] and
add TypeScript types.

[TSBundle]: https://npmjs.org/tsbundle
[TSBundle]: https://npmjs.org/@nikolarhristov/tsbundle
[esbuild]: https://npmjs.org/esbuild
2 changes: 1 addition & 1 deletion NPM/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "tsbundle",
"name": "@nikolarhristov/tsbundle",
"version": "0.1.5",
"private": false,
"description": "🌀 Builds all JavaScript files from TypeScript within a given folder using esbuild.",
Expand Down
2 changes: 1 addition & 1 deletion website/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
},
"types": ["astro/client", "astro/client-image", "astro/env"]
},
"extends": "tsbundle/Source/Configuration/TypeScript",
"extends": "@nikolarhristov/tsbundle/Source/Configuration/TypeScript",
}

0 comments on commit c16ae72

Please sign in to comment.