Skip to content

Commit

Permalink
Set required Node/NPM versions, strict engine for project
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Babker committed Jul 22, 2018
1 parent 0153648 commit e2137f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
engine-strict = true

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"version": "1.0.0-beta",
"description": "Joomla! Issue Tracker",
"main": "www/index.php",
"engines": {
"node": ">=8.9.4",
"npm": ">=5.6.0"
},
"scripts": {
"dev": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "npm run dev -- --watch",
Expand Down

0 comments on commit e2137f0

Please sign in to comment.