We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4254a3 commit b3eef35Copy full SHA for b3eef35
.nvmrc
@@ -0,0 +1 @@
1
+6.17.1
README.md
@@ -6,8 +6,8 @@ Internal application used to administer specific support tasks related to the To
6
7
## Software Requirements
8
9
-- node.js v6+
10
-- npm v3+
+- node.js v6 (not later)
+- npm v3
11
- Google Chrome browser version >= 55.0.2883.0
12
13
## Installation
package.json
@@ -82,7 +82,7 @@
82
"wiredep": "~4.0.0"
83
},
84
"engines": {
85
- "node": ">=0.10.0"
+ "node": "6"
86
87
"scripts": {
88
"clean": "gulp clean",
0 commit comments