Skip to content

Commit

Permalink
Fix path to source.
Browse files Browse the repository at this point in the history
  • Loading branch information
garygreen committed Aug 20, 2018
1 parent 2db2585 commit cf32f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "Navigate HTML tables with arrow keys.",
"author": "Gary Green",
"main": "arrow-table.js",
"main": "src/arrow-table.js",
"scripts": {
"build": "rollup src/arrow-table.js -o dist/arrow-table.js --format iife --name ArrowTable --globals jquery:jQuery",
"dist": "npm run build && uglifyjs dist/arrow-table.js -o dist/arrow-table.min.js"
Expand Down

0 comments on commit cf32f65

Please sign in to comment.