From be784c8f102833d5f5303e1055689e06984d805d Mon Sep 17 00:00:00 2001 From: Evan Liu Date: Tue, 25 Apr 2023 20:56:48 +1200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A5=20Rename=20npm=20package=20to=20ka?= =?UTF-8?q?rabiner.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- vite.config.ts | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d4eabe2..325ca3d 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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. diff --git a/package-lock.json b/package-lock.json index 0f83861..930a262 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "karabiner-dot-ts", + "name": "karabiner.ts", "version": "0.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "karabiner-dot-ts", + "name": "karabiner.ts", "version": "0.5.0", "license": "MIT", "devDependencies": { diff --git a/package.json b/package.json index 1d65f95..46520ed 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "karabiner-dot-ts", + "name": "karabiner.ts", "version": "0.5.0", "description": "Karabiner-Elements configuration in TypeScript", "license": "MIT", diff --git a/vite.config.ts b/vite.config.ts index 180573e..aa23887 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -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: {