Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Fixed Node to Version 7
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-kuendig committed Jun 2, 2021
1 parent 70877f6 commit 5771e44
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dev": "gulp watch"
},
"engines": {
"node": "8.x"
"node": "7.x"
},
"devDependencies": {
"alertify.js": "^1.0.12",
Expand All @@ -22,5 +22,8 @@
"vue": "^2.0.1",
"vue-resource": "1.0.3",
"vuex": "^2.1.1"
},
"dependencies": {
"require-dir": "1.2.0"
}
}
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4043,6 +4043,11 @@ request@2, request@^2.61.0, request@^2.74.0, request@^2.79.0:
tunnel-agent "~0.4.1"
uuid "^3.0.0"

require-dir@1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/require-dir/-/require-dir-1.2.0.tgz#0d443b75e96012d3ca749cf19f529a789ae74817"
integrity sha512-LY85DTSu+heYgDqq/mK+7zFHWkttVNRXC9NKcKGyuGLdlsfbjEPrIEYdCVrx6hqnJb+xSu3Lzaoo8VnmOhhjNA==

require-dir@^0.3.0:
version "0.3.1"
resolved "https://registry.yarnpkg.com/require-dir/-/require-dir-0.3.1.tgz#b5a8e28bae0343bb0d0cc38ab1f531e1931b264a"
Expand Down

0 comments on commit 5771e44

Please sign in to comment.