From 7141125d9967ba8e603a9ffb6ae2e2ce05a31005 Mon Sep 17 00:00:00 2001 From: Jeff Buswell Date: Thu, 18 Apr 2019 23:29:41 -0700 Subject: [PATCH] 0.0.4 --- README.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b8014df..2210ef3 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ npm install wayscript Or load directly from CDN: ```html - + ``` ## Basic Usage diff --git a/package.json b/package.json index 68e2d79..1c3686f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wayscript", - "version": "0.0.3", + "version": "0.0.4", "description": "WayScript gives you flexible building blocks to seamlessly integrate, automate and host tools in the cloud.", "main": "index.js", "directories": { @@ -32,7 +32,7 @@ "bugs": { "url": "https://github.com/wayscript/wayscript-js/issues" }, - "homepage": "https://github.com/wayscript/wayscript-js#readme", + "homepage": "https://wayscript.com", "devDependencies": { "chai": "^4.2.0", "mocha": "^6.1.4"