committed by
László Monda
parent
0c52fdf2f8
commit
d06892912f
@@ -9,7 +9,7 @@ Agent is the configuration application of the [Ultimate Hacking Keyboard](https:
|
||||
|
||||
## Set up instructions
|
||||
|
||||
First up, make sure that node >=4.x.x and npm >=3.x.x are installed on your system. Next up:
|
||||
First up, make sure that node >=8.1.x and npm >=5.1.x are installed on your system. Next up:
|
||||
|
||||
```
|
||||
git clone git@github.com:UltimateHackingKeyboard/agent.git
|
||||
|
||||
@@ -4,7 +4,7 @@ environment:
|
||||
GH_TOKEN:
|
||||
secure: 3IebpEKmC39codi1wT6dXx8mql4/mCL1JzZ7lir7GQ5MWRnCxlED2OXbiKHHigDV
|
||||
matrix:
|
||||
- nodejs_version: 6.9.4
|
||||
- nodejs_version: "8"
|
||||
|
||||
cache:
|
||||
- node_modules -> package.json
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
},
|
||||
"license": "GPL-3.0",
|
||||
"engines": {
|
||||
"node": ">=6.9.5 <7.0.0",
|
||||
"npm": ">=3.10.7 <4.0.0"
|
||||
"node": ">=8.1.0 <9.0.0",
|
||||
"npm": ">=5.1.0 <6.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"node-hid": "0.5.4",
|
||||
|
||||
9942
package-lock.json
generated
Normal file
9942
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -10,8 +10,8 @@
|
||||
},
|
||||
"license": "GPL-3.0",
|
||||
"engines": {
|
||||
"node": ">=6.9.5 <7.0.0",
|
||||
"npm": ">=3.10.7 <4.0.0"
|
||||
"node": ">=8.1.0 <9.0.0",
|
||||
"npm": ">=5.1.0 <6.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ngrx/store-devtools": "3.2.4",
|
||||
|
||||
Reference in New Issue
Block a user