mirror of
https://github.com/sasjs/core.git
synced 2026-01-09 18:30:06 +00:00
fix: adding .npmignore to reduce bundle size and updating homepage in README
This commit is contained in:
7
.npmignore
Normal file
7
.npmignore
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
all.sas
|
||||||
|
build.py
|
||||||
|
.gitpod*
|
||||||
|
tests/
|
||||||
|
sasjs/
|
||||||
|
.vscode/
|
||||||
|
.github/
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/sasjs/core/issues"
|
"url": "https://github.com/sasjs/core/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/sasjs/core#readme",
|
"homepage": "https://core.sasjs.io",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "sasjs test -t viya",
|
"test": "sasjs test -t viya",
|
||||||
|
|||||||
Reference in New Issue
Block a user