Create an import config of the ES2015 module

pull/30/head
jaywcjlove 7 years ago
parent 40628f1799
commit d1a0116e19

@ -3,6 +3,7 @@
"description": "A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.",
"version": "3.3.2",
"main": "index.js",
"module": "dist/hotkeys.esm.js",
"scripts": {
"lint": "eslint --ext .js src website",
"precommit": "npm run build && npm run lint",

Loading…
Cancel
Save