summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2021-05-07 17:32:18 +0200
committerAhmed Abdelhalim <[email protected]>2021-05-07 17:57:14 +0200
commit6fb25c034abf20669ba06889c6e72dbb4e67e953 (patch)
treec26e2402ae0f20705b0e40ad7f03a35e13efd470 /package.json
parent53a05dabac3071bb0f8414e665de210310f37cff (diff)
Add build script and fix yarn versions/commands
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": {