Skip to content

Commit

Permalink
🔀 Merge pull request #29 from evan-liu/28-rename-npm-package-to-karab…
Browse files Browse the repository at this point in the history
…iner-ts

💥 Rename npm package to karabiner.ts
  • Loading branch information
evan-liu authored Apr 25, 2023
2 parents f1c9e87 + be784c8 commit cb3503f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# karabiner.ts

[![Coverage Status](https://coveralls.io/repos/github/evan-liu/karabiner.ts/badge.svg?branch=try-coveralls)](https://coveralls.io/github/evan-liu/karabiner.ts?branch=try-coveralls)
[![npm](https://img.shields.io/npm/v/karabiner-dot-ts.svg)](https://www.npmjs.com/package/karabiner-dot-ts)
[![npm](https://img.shields.io/npm/v/karabiner.ts.svg)](https://www.npmjs.com/package/karabiner.ts)

Write [Karabiner-Elements](https://github.com/pqrs-org/Karabiner-Elements) configuration in TypeScript.

Expand All @@ -25,4 +25,4 @@ See [more examples](https://github.com/evan-liu/karabiner.ts.examples/blob/main/
4. Set the profile name. Create a new Karabiner-Elements profile if needed.
5. Run `npm run build`.

Alternatively, you can install the `karabiner-dot-ts` npm package (`karabiner.ts` is not available) and call `writeToProfile()` in a Node.js script in your preferred way.
Alternatively, you can install the `karabiner.ts` npm package and call `writeToProfile()` in a Node.js script in your preferred way.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "karabiner-dot-ts",
"name": "karabiner.ts",
"version": "0.5.0",
"description": "Karabiner-Elements configuration in TypeScript",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default defineConfig({
build: {
lib: {
entry: resolve(__dirname, 'src/index.ts'),
name: 'karabiner-dot-ts.',
name: 'karabiner.ts',
fileName: 'index',
},
rollupOptions: {
Expand Down

0 comments on commit cb3503f

Please sign in to comment.