Skip to content

Commit cd60c22

Browse files
committed
added missing files for new atMessage template
1 parent 517c57f commit cd60c22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ Package.on_use(function(api, where) {
2828
'lib/at_form.js',
2929
'lib/at_input.html',
3030
'lib/at_input.js',
31+
'lib/at_message.html',
32+
'lib/at_message.js',
3133
'lib/at_nav_button.html',
3234
'lib/at_nav_button.js',
3335
'lib/at_oauth.html',
@@ -58,8 +60,6 @@ Package.on_use(function(api, where) {
5860
'lib/at_title.js',
5961
'lib/full_page_at_form.html',
6062
'lib/at_semantic-ui.less',
61-
'lib/at_message.html',
62-
'lib/at_message.js'
6363
], ['client']);
6464
});
6565

0 commit comments

Comments
 (0)