Skip to content

Commit

Permalink
#8: reference lib/index.js to attempt to make it easier to import
Browse files Browse the repository at this point in the history
  • Loading branch information
Joy Clark committed Nov 5, 2018
1 parent fddba8d commit ec8e769
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 @@ -2,7 +2,7 @@
"name": "tabelle",
"version": "0.0.16",
"description": "A library for generating pretty filterable and sortable tables that use your backend of choice",
"main": "index.js",
"main": "lib/index.js",
"scripts": {
"start": "npm-run-all --parallel server compile-watch",
"test": "eslint --cache --ext .js *.js components lib && echo ✓",
Expand Down

0 comments on commit ec8e769

Please sign in to comment.