Code Formatter:
- Updated node - added json support
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM node:8-stretch
|
FROM node:10-slim
|
||||||
|
|
||||||
# https support
|
# https support
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM node:8-slim
|
FROM node:10-slim
|
||||||
|
|
||||||
# https support
|
# https support
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
|
|||||||
@@ -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}"
|
||||||
|
|||||||
Reference in New Issue
Block a user