Code Formatter:

- Updated node
- added json support
This commit is contained in:
Arnie 2018-12-19 06:51:13 +01:00
parent cc0b2cd584
commit df1b8fef4e
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM node:8-stretch FROM node:10-slim
# https support # https support
RUN apt-get update && \ RUN apt-get update && \

View File

@ -1,4 +1,4 @@
FROM node:8-slim FROM node:10-slim
# https support # https support
RUN apt-get update && \ RUN apt-get update && \

View File

@ -32,7 +32,7 @@ __initVariables() {
CSS_FILES+=("${1}") CSS_FILES+=("${1}")
fi fi
;; ;;
*.js|*.jsx|*.ts) *.js|*.jsx|*.ts|*.json)
__path_exists "${1}" __path_exists "${1}"
if [[ $? -ne 0 ]]; then if [[ $? -ne 0 ]]; then
__err "Specified path does not exist: ${1}" __err "Specified path does not exist: ${1}"