mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-28 06:35:24 +02:00
They switched from spellchecker to typo-js in
https://github.com/signalapp/Signal-Desktop/commit/9e9401693c
so changes in commit b7e6be3f
are no longer required.
9 lines
201 B
Diff
9 lines
201 B
Diff
--- Gruntfile.js.orig 2020-04-26 23:32:09.861789510 +0200
|
|
+++ Gruntfile.js 2020-04-26 23:32:21.424734031 +0200
|
|
@@ -452,6 +452,5 @@
|
|
'concat',
|
|
'copy:deps',
|
|
'sass',
|
|
- 'date',
|
|
]);
|
|
};
|