summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 38bb9a4..2836c13 100644
--- a/package.json
+++ b/package.json
@@ -4,12 +4,12 @@
"version": "1.0.0",
"private": false,
"engines": {
- "node": "^12.6.0",
+ "node": ">= 12",
"yarn": "^1.16.0"
},
"scripts": {
- "start": "npx brunch watch --server",
- "build": "npx brunch build --production"
+ "start": "brunch watch --server",
+ "build": "brunch build --production"
},
"dependencies": {},
"devDependencies": {