Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
chore(node) Update supported Node version and providing nvmrc file.
Browse files Browse the repository at this point in the history
  • Loading branch information
andi1984 committed Apr 22, 2020
1 parent e87f1f2 commit 6d285ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.14.0
v12.14.0
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "server.js",
"engines": {
"node": ">=12.14.0"
"node": "12.x"
},
"watch": {
"start": {
Expand All @@ -18,7 +18,7 @@
"scripts": {
"test": "jest",
"tsc": "tsc",
"dev": "npx concurrently \"npx http-server dist\" \"npm run watch-content\" \"npm run watch\"",
"dev": "npx concurrently \"npx http-server dist\" \"npm run watch-content\" \"npm run watch\"",
"watch-content": "npm-watch",
"watch": "ts-node-dev --respawn --transpileOnly ./build.ts",
"build": "tsc && node ./build/build.js",
Expand Down

0 comments on commit 6d285ed

Please sign in to comment.