mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-08-16 16:51:30 +02:00
[refactor] switch to moment js
This commit is contained in:
@ -32,7 +32,8 @@ const filename = {
|
||||
|
||||
const jsDependencies = [
|
||||
path.nodeModules + '/html5sortable/dist/html5sortable.min.js',
|
||||
path.nodeModules + '/invert-color/lib/invert.min.js'
|
||||
path.nodeModules + '/invert-color/lib/invert.min.js',
|
||||
path.nodeModules + '/moment/min/moment.min.js'
|
||||
]
|
||||
|
||||
const cssFiles = [
|
||||
|
Reference in New Issue
Block a user