From f532af2c92f12a0a805f34ca28caa5bdeb393fe4 Mon Sep 17 00:00:00 2001
From: Bram Mittendorff <bram.mittendorff@dealerdirect.nl>
Date: Mon, 27 Feb 2017 10:16:50 +0100
Subject: [PATCH] Changed npm scripts to yarn in package.json

---
 package.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package.json b/package.json
index b4d5dcf..e5065f1 100644
--- a/package.json
+++ b/package.json
@@ -24,9 +24,9 @@
     "lint:alex": "alex .",
     "lint:remark": "remark -f . --ignore-path '.gitignore'",
     "lint:spellcheck": "find . -type f -name '*.md' -not -path './CHANGELOG.md' -not -path './node_modules/*' -not -path './vendor/*' -print0 | xargs -0 -n1 mdspell --report --en-us --ignore-numbers --ignore-acronyms",
-    "lint:spellcheck-interactive": "find . -type f -name '*.md' -not -path './node_modules/*' --not-path '.v/endor/*' -print0 | xargs -0 -n1 mdspell --en-us --ignore-numbers --ignore-acronyms",
-    "lint": "npm run lint:alex && npm run lint:remark && npm run lint:spellcheck-interactive",
-    "test": "npm run lint:alex && npm run lint:remark && npm run lint:spellcheck"
+    "lint:spellcheck-interactive": "find . -type f -name '*.md' -not -path './node_modules/*' -not -path './vendor/*' -print0 | xargs -0 -n1 mdspell --en-us --ignore-numbers --ignore-acronyms",
+    "lint": "yarn run lint:alex && yarn run lint:remark && yarn run lint:spellcheck-interactive",
+    "test": "yarn run lint:alex && yarn run lint:remark && yarn run lint:spellcheck"
   },
   "repository": {
     "type": "git",