1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-28 05:20:06 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Allan Bowe
f2d5859675 fix: adding CHANGELOG (as a stub) 2021-05-15 21:35:54 +03:00
Allan Bowe
ea057d4655 fix: adding .npmignore to reduce bundle size and updating homepage in README 2021-05-15 21:05:51 +03:00
3 changed files with 16 additions and 1 deletions

10
.npmignore Normal file
View File

@@ -0,0 +1,10 @@
all.sas
build.py
.gitpod*
tests/
sasjs/
.vscode/
.github/
main.dox
make_singlefile.sh
*.md

5
CHANGELOG.md Normal file
View File

@@ -0,0 +1,5 @@
# CHANGELOG
As the changes are managed automatically in github, we don't generate an additional changelog. To view the fixes/features in each release, check out the releases page below:
[https://github.com/sasjs/core/releases](https://github.com/sasjs/core/releases)

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