fix: remove grafana from package

Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
This commit is contained in:
dhmlau 2023-06-02 13:12:41 -04:00 committed by Diana Lau
parent d6c134f95a
commit 5b7963ea72
2 changed files with 37 additions and 6 deletions

37
.npmignore Normal file
View File

@ -0,0 +1,37 @@
# Logs
logs
*.log
npm-debug.log*
# Runtime data
pids
*.pid
*.seed
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# node-waf configuration
.lock-wscript
# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release
# Dependency directory
node_modules
# Optional npm cache directory
.npm
# Optional REPL history
.node_repl_history
test
.travis.yml
grafana*.tar.gz

View File

@ -1,6 +0,0 @@
arch:
- ppc64le
- s390x
- arm64
language: node_js
node_js: [10, 12, 14, 16]