Skip to content

Commit

Permalink
Specific node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Augsorn Chanklad committed Mar 12, 2020
1 parent 2facc99 commit cb87944
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "0.1.0",
"description": "",
"main": "index.js",
"engines": {
"node": "10.16.x"
},
"scripts": {
"start": "node index.js",
"test": "./node_modules/mocha/bin/mocha --timeout 20000"
Expand All @@ -22,8 +25,10 @@
"node-cache": "^4.2.0",
"node-schedule": "^1.3.2",
"object-hash": "^1.3.1",
"phantom": "^6.2.0",
"string-format": "^2.0.0",
"underscore": "^1.9.1"
"underscore": "^1.9.1",
"webshot": "^0.18.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down

0 comments on commit cb87944

Please sign in to comment.