From 79c8ad48987ffce25cd3631c47cc1ac90d319045 Mon Sep 17 00:00:00 2001 From: Christoph Diehl <1614333+posidron@users.noreply.github.com> Date: Mon, 19 Mar 2018 07:08:40 +0100 Subject: [PATCH] Change 'homepage' URL to update to ES6 branch README.md --- README.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b8bdbbe..a4c1623 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,8 @@ https://cdn.jsdelivr.net/gh/MozillaSecurity/octo@0.0.3/deploy/octo.js ```bash npm install npm run build +npm run watch +npm run test:lint ``` ## Testing diff --git a/package.json b/package.json index 417a783..31bcbc7 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "node", "library" ], - "homepage": "https://github.com/mozillasecurity/octo", + "homepage": "https://github.com/mozillasecurity/octo/tree/es6", "repository": { "type": "git", "url": "https://github.com/mozillasecurity/octo.git"