From 3e4d7d2e42be6319ddeb8d69cff17aadfd97ac39 Mon Sep 17 00:00:00 2001 From: Henrik Ingo Date: Thu, 11 Apr 2019 12:59:38 +0300 Subject: [PATCH] Small README edit --- README.md | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index a7c83a0..2e2e961 100644 --- a/README.md +++ b/README.md @@ -79,19 +79,9 @@ REPOSITORY STRUCTURE WANT TO CONTRIBUTE? --------------------- -### Requirements - -* >= node 7.6 -* npm - -### Setup - -```bash -npm install -``` - For developers, once you've made changes to the code, you should run these commands for testing: + npm install npm run build npm run test npm run lint @@ -100,6 +90,11 @@ Note that running `firefox qunit_test_runner.html` is usually more informative t More info about the [src/](src/) directory can be found in [src/plugins/README.md](src/plugins/README.md). +### Requirements + +* >= node 7.6 +* npm + ABOUT THE NAME ----------------