Skip to content

Commit

Permalink
chore: update types
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukiniro committed Jan 3, 2023
1 parent 1fd064d commit 082c31a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "toukey",
"version": "1.2.2",
"version": "1.2.3",
"description": "Toukey is a Javascript library for keyboard shortcuts",
"main": "dist/toukey.cjs.js",
"module": "dist/toukey.esm.js",
"types": "dist",
"types": "dist/src/index.d.ts",
"scripts": {
"build:dev": "npx rollup -c rollup.config.dev.js",
"build:prod": "npx rollup -c rollup.config.prod.js",
Expand Down

1 comment on commit 082c31a

@vercel
Copy link

@vercel vercel bot commented on 082c31a Jan 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

toukey – ./

toukey.vercel.app
toukey-yukiniro.vercel.app
toukey-git-master-yukiniro.vercel.app

Please sign in to comment.