Skip to content

Commit

Permalink
Added engines to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
asiryk committed Sep 14, 2020
1 parent 30e81c5 commit ddd0f1b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"dependencies": {
"express": "^4.17.1",
"pixi.js": "^5.3.3"
"pixi.js": "^5.3.3",
"ts-node": "^9.0.0"
},
"devDependencies": {
"@types/express": "^4.17.8",
Expand All @@ -21,10 +22,13 @@
"html-webpack-plugin": "^4.4.1",
"source-map-loader": "^1.1.0",
"ts-loader": "^8.0.3",
"ts-node": "^9.0.0",
"typescript": "^4.0.2",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"engines": {
"node": "12.x",
"yarn": "1.22.x"
}
}

0 comments on commit ddd0f1b

Please sign in to comment.