File: use-unminified-file.diff

package info (click to toggle)
node-timeago.js 3.0.2%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 472 kB
  • sloc: makefile: 15
file content (18 lines) | stat: -rw-r--r-- 494 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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"