mirror of https://github.com/ColorlibHQ/AdminLTE
Add missing shebang (#2769)
parent
2622f5ce56
commit
04981d1770
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env node
|
||||
|
||||
'use strict'
|
||||
|
||||
const path = require('path')
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env node
|
||||
|
||||
'use strict'
|
||||
|
||||
const path = require('path')
|
||||
|
|
Loading…
Reference in New Issue