-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Wouldn't it make more sense if "main" in package.json pointed to "datatable.min.js"? It seems weird that it points to the src js file. As a user I want to use the built version - not the source file.
That way I could simply include ractive-datatable in browserify:
browserify([
"ractive",
"ractive-datatable"
]);
I guess for now I have to do something like:
browserify([
"ractive",
"./node_modules/ractive-datatable/datatable.min.js"
]);
Or?
Metadata
Metadata
Assignees
Labels
No labels