Skip to content
Snippets Groups Projects
Commit 29ee49c3 authored by Fredrik Jonsson's avatar Fredrik Jonsson
Browse files

Switch engine in top package.json to yarn.

parent 93b6f60a
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,6 @@ ...@@ -7,6 +7,6 @@
"postinstall": "cd opentech/static_src && yarn install && npm build:prod" "postinstall": "cd opentech/static_src && yarn install && npm build:prod"
}, },
"engines": { "engines": {
"node": ">=7.0.0" "yarn": ">=1.7.0"
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment