This website works better with JavaScript.
Home
Explore
Help
Sign In
aagez
/
nexus-timers
Watch
1
Star
1
Fork
0
Code
Issues
4
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
⬆️
: update to node 14
master
Adrien
4 years ago
parent
eeb5fa431b
commit
2d75ad4457
5 changed files
with
641 additions
and
470 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.nvmrc
+2
-2
Dockerfile
+1
-1
README.md
+1
-1
package.json
+636
-465
yarn.lock
+ 1
- 1
.nvmrc
View File
@@ -1 +1 @@
1
2
1
4
+ 2
- 2
Dockerfile
View File
@@ -1,5 +1,5 @@
FROM node:
erb
ium-alpine
RUN apk add python2
FROM node:
ferm
ium-alpine
RUN apk add python2
make g++
WORKDIR /home/node
WORKDIR /home/node
COPY package.json yarn.lock ./
COPY package.json yarn.lock ./
RUN chown node:node -R .
RUN chown node:node -R .
+ 1
- 1
README.md
View File
@@ -9,7 +9,7 @@
## Build Setup
## Build Setup
This project run on the node 1
2 LTS version (Erb
ium)
This project run on the node 1
4 LTS version (Ferm
ium)
``` bash
``` bash
# install dependencies
# install dependencies
+ 1
- 1
package.json
View File
@@ -52,7 +52,7 @@
"rimraf": "^2.6.2",
"rimraf": "^2.6.2",
"sass-loader": "7.3.1",
"sass-loader": "7.3.1",
"semver": "^5.4.1",
"semver": "^5.4.1",
"shelljs": "^0.
7.
8",
"shelljs": "^0.8
.4
",
"sw-precache-webpack-plugin": "^0.11.4",
"sw-precache-webpack-plugin": "^0.11.4",
"uglify-es": "^3.1.3",
"uglify-es": "^3.1.3",
"url-loader": "^0.6.2",
"url-loader": "^0.6.2",
+ 636
- 465
yarn.lock
File diff suppressed because it is too large
View File
Write
Preview
Loading…
Cancel
Save