Skip to content

Commit e2137f0

Browse files
author
Michael Babker
committed
Set required Node/NPM versions, strict engine for project
1 parent 0153648 commit e2137f0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.npmrc

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
engine-strict = true
2+

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "1.0.0-beta",
44
"description": "Joomla! Issue Tracker",
55
"main": "www/index.php",
6+
"engines": {
7+
"node": ">=8.9.4",
8+
"npm": ">=5.6.0"
9+
},
610
"scripts": {
711
"dev": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
812
"watch": "npm run dev -- --watch",

0 commit comments

Comments
 (0)