From ea057d4655c26f6512f2d024708eb31fd50b9a1e Mon Sep 17 00:00:00 2001 From: Allan Bowe Date: Sat, 15 May 2021 21:05:51 +0300 Subject: [PATCH] fix: adding .npmignore to reduce bundle size and updating homepage in README --- .npmignore | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..734896f --- /dev/null +++ b/.npmignore @@ -0,0 +1,7 @@ +all.sas +build.py +.gitpod* +tests/ +sasjs/ +.vscode/ +.github/ diff --git a/package.json b/package.json index e2e8f85..bac9ade 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "bugs": { "url": "https://github.com/sasjs/core/issues" }, - "homepage": "https://github.com/sasjs/core#readme", + "homepage": "https://core.sasjs.io", "main": "index.js", "scripts": { "test": "sasjs test -t viya",