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",