Add "main" in the package.json

2.x-doc
jaywcjlove 9 years ago
parent a125f17dbd
commit 0832d01205

@ -2,7 +2,7 @@
"name": "hotkeys", "name": "hotkeys",
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "",
"main": "index.js", "main": "src/hotkeys.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },

Loading…
Cancel
Save