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 04cc7c8 commit c69bc41
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .npmrc
@@ -0,0 +1,2 @@
engine-strict = true

4 changes: 4 additions & 0 deletions package.json
@@ -1,5 +1,9 @@
{
"private": true,
"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 c69bc41

Please sign in to comment.