From 3e7ca3bbc8eaa60013d4ab9f2edd42f6dcd8dd4b Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 26 Apr 2015 13:53:45 +0300 Subject: Minor lint tweaks. --- package.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.js') diff --git a/package.js b/package.js index e42eb98321..2ec041b3a0 100644 --- a/package.js +++ b/package.js @@ -17,6 +17,6 @@ Package.onUse(function (api) { 'dist/fonts/glyphicons-halflings-regular.woff', 'dist/fonts/glyphicons-halflings-regular.woff2', 'dist/css/bootstrap.css', - 'dist/js/bootstrap.js', + 'dist/js/bootstrap.js' ], 'client'); }); -- cgit v1.2.3