Merge pull request #253 from milligram/feature/252-remove-engine-from-package-json

252 remove engines from package.json
This commit is contained in:
CJ Patoilo 2020-06-14 15:18:44 -03:00 committed by GitHub
commit 34569df5b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -62,10 +62,6 @@
"visual-regression:reference": "run-s build && backstop reference --config backstop.config.js",
"watch": "onchange src -- run-p build"
},
"engines": {
"node": "^12.17.0",
"npm": "^6.14.5"
},
"prettier": {
"jsxSingleQuote": false,
"trailingComma": "all"