Archived
0
0
Fork 0

chore: just some small nits [skip ci]

This commit is contained in:
Daryl Ronningen 2021-07-05 10:01:44 -05:00
parent 5c595dfb05
commit 786a90fb7d
Signed by: Daryl Ronningen
GPG key ID: FD23F0C934A5EC6B
3 changed files with 10 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"branches": ["stable"],
"repositoryUrl": "https://code.relms.dev/ArgonJS/library",
"repositoryUrl": "https://code.relms.dev/NeonJS/library",
"ci": true,
"plugins": [
["@semantic-release/commit-analyzer", {

7
Jenkinsfile vendored
View file

@ -6,6 +6,7 @@ pipeline {
}
environment {
GITEA_URL = 'https://code.relms.dev/NeonJS/library'
GITEA_TOKEN = credentials('GITEA_TOKEN')
NPM_TOKEN = credentials('NPM_TOKEN')
GIT_AUTHOR_NAME = 'JenkinsCI'
@ -15,6 +16,12 @@ pipeline {
}
stages {
stage('Checkout') {
steps {
scmSkip(deleteBuild: true, skipPattern:'.*\\[ci skip\\].*')
}
}
stage('Dependencies') {
steps {
echo '==========Installing Dependencies=========='

View file

@ -5,8 +5,9 @@
"license": "MIT",
"main": "dist/src/index.js",
"types": "types/src/index.d.ts",
"repository": "https://code.relms.dev/NeonJS/library.git",
"repository": "https://code.relms.dev/NeonJS/library",
"bugs": "https://code.relms.dev/NeonJS/library/issues",
"homepage": "https://code.relms.dev/NeonJS/library/src/branch/master/README.md",
"keywords": [
"Discord",
"wrapper",