Skip to content

Commit f25328c

Browse files
committed
add package.js
1 parent 18de616 commit f25328c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Package.describe({
2+
summary: "jQuery UI Timepicker Addon"
3+
});
4+
5+
Package.on_use(function (api){
6+
api.add_files('dist/jquery-ui-timepicker-addon.min.js', 'client');
7+
api.add_files('dist/jquery-ui-timepicker-addon.min.css', 'client');
8+
});

0 commit comments

Comments
 (0)