Description: use unminified main file
 Due to uglifyjs/webpack break, we can't use both in the same package
Author: Xavier Guimard <yadd@debian.org>
Bug-Debian: https://bugs.debian.org/924809
Forwarded: not-needed
Last-Update: 2019-03-18

--- a/package.json
+++ b/package.json
@@ -16,7 +16,7 @@
     "date",
     "javascript timeago"
   ],
-  "main": "dist/timeago.min.js",
+  "main": "dist/timeago.js",
   "repository": {
     "type": "git",
     "url": "https://github.com/hustcc/timeago.js"
