Initial Commit
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 36s
All checks were successful
Publish to Private NPM Registry / publish (push) Successful in 36s
This commit is contained in:
commit
e0747f5405
14 changed files with 4785 additions and 0 deletions
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Node modules
|
||||
node_modules
|
||||
|
||||
# Yarn stuff
|
||||
.yarn/
|
||||
.yarnrc.yml
|
||||
|
||||
# Credentials/Secrets
|
||||
.npmrc
|
||||
|
||||
# Build output
|
||||
dist
|
||||
|
||||
# Automation Scripts
|
||||
unpublish-publish.ps1
|
||||
unpublish-publish.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue