1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-10 14:04:36 +00:00

fix: adding .npmignore to reduce bundle size and updating homepage in README

This commit is contained in:
Allan Bowe
2021-05-15 21:05:51 +03:00
parent 26c085b354
commit ea057d4655
2 changed files with 8 additions and 1 deletions

7
.npmignore Normal file
View File

@@ -0,0 +1,7 @@
all.sas
build.py
.gitpod*
tests/
sasjs/
.vscode/
.github/

View File

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