Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
x-javascript-template
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Coscine
frontend
libraries
x-javascript-template
Commits
da2127b0
Commit
da2127b0
authored
6 years ago
by
Benedikt Heinrichs
Browse files
Options
Downloads
Patches
Plain Diff
Fix: correct gitlab url
parent
7a686f41
No related branches found
No related tags found
No related merge requests found
Pipeline
#110123
failed
6 years ago
Stage: build
Stage: test
Stage: docs
Stage: publish
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.npmrc
+3
-3
3 additions, 3 deletions
.npmrc
with
3 additions
and
3 deletions
.npmrc
+
3
−
3
View file @
da2127b0
; Set URL for your scoped packages.
; Set URL for your scoped packages.
; For example package with name `@coscine/bar` will use this URL for download
; For example package with name `@coscine/bar` will use this URL for download
@coscine:registry=https://git
lab.com
/api/v4/packages/npm/
@coscine:registry=https://git
.rwth-aachen.de
/api/v4/packages/npm/
; Add the OAuth token for the scoped packages URL. This will allow you to download
; Add the OAuth token for the scoped packages URL. This will allow you to download
; `@coscine/` packages from private projects.
; `@coscine/` packages from private projects.
//git
lab.com
/api/v4/packages/npm/:_authToken=${NPM_TOKEN}
//git
.rwth-aachen.de
/api/v4/packages/npm/:_authToken=${NPM_TOKEN}
; Add OAuth token for uploading to the registry. Replace <your_project_id>
; Add OAuth token for uploading to the registry. Replace <your_project_id>
; with the project you want your package to be uploaded to.
; with the project you want your package to be uploaded to.
//git
lab.com
/api/v4/projects/26381/packages/npm/:_authToken=${NPM_TOKEN}
//git
.rwth-aachen.de
/api/v4/projects/26381/packages/npm/:_authToken=${NPM_TOKEN}
This diff is collapsed.
Click to expand it.
Ghost User
@ghost
mentioned in commit
1b93ce1f
·
6 years ago
mentioned in commit
1b93ce1f
mentioned in commit 1b93ce1f02b9746c9479061b222cbf0dca18474e
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment