From 5a27da0efe6e5db961da60828519a68edbe2940e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= <ivarconr@gmail.com>
Date: Tue, 13 Dec 2016 21:20:19 +0100
Subject: [PATCH] Update developer-guide.md

---
 docs/developer-guide.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/docs/developer-guide.md b/docs/developer-guide.md
index 505adf55cd..5091eee647 100644
--- a/docs/developer-guide.md
+++ b/docs/developer-guide.md
@@ -99,9 +99,8 @@ Test your migrations:
 
 ## Publishing / Releasing new packages
 
-Please run `npm run nsp` nad `npm run lint` checks before publishing.
+Please run `npm run nsp` nad `npm run test` checks before publishing.
 
 Run `npm run publish` to start the publishing process.
-Lerna is setup with independent versioning so you will be prompted with version per package, and lerna will update all the versions across packages.
 
-`npm run publish:dry` 
\ No newline at end of file
+`npm run publish:dry`