8000 Convince NPM to use https for git deps · ChoicescriptIDE/main@281ac89 · GitHub
[go: up one dir, main page]

Skip to content

Commit 281ac89

Browse files
Convince NPM to use https for git deps
npm/cli#2610 (comment)
1 parent aecff86 commit 281ac89

File tree

2 files changed

+11
-15
lines changed

2 files changed

+11
-15
lines changed

package-lock.json

Lines changed: 9 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"uglifyjs": "^2.4.10"
1919
},
2020
"dependencies": {
21-
"cside-choicescript": "git+https://github.com/ChoicescriptIDE/choicescript.git",
21+
"cside-choicescript": "git+https://git@github.com/ChoicescriptIDE/choicescript.git",
2222
"dropbox": "^10.34.0",
2323
"grunt-contrib-uglify": "^5.0.1",
2424
"knockout": "3.2.0",
25-
"monaco-editor": "git+https://github.com/ChoicescriptIDE/monaco-editor.git#lib",
25+
"monaco-editor": "git+https://git@github.com/ChoicescriptIDE/monaco-editor.git#lib",
2626
"mousetrap": "^1.6.0",
2727
"node-static": "^0.7.11",
2828
"noty": "^3.2.0-beta",

0 commit comments

Comments
 (0)
0