Skip to content

Commit c97d697

Browse files
Replace git protocol with https (#2268 from CartoDB/remove-git-protocol
Replace git protocol with https
2 parents 29ffca3 + 208d28c commit c97d697

File tree

4 files changed

+16
-13
lines changed

4 files changed

+16
-13
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99

1010
## [Unreleased]
1111

12+
## 4.2.2 - 2022-03-16
13+
### Fixed
14+
- Replace deprecated git protocol with https ([#2268](https://github.com/CartoDB/carto.js/pull/2268))
1215
## 4.2.1 - 2020-07-15
1316
### Changed
1417
- Changed attribution link ([#2253](https://github.com/CartoDB/carto.js/pull/2253))

package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "internal-carto.js",
3-
"version": "4.2.2-2",
3+
"version": "4.2.2",
44
"description": "CARTO javascript library",
55
"repository": {
66
"type": "git",
7-
"url": "git://github.com/CartoDB/carto.js.git"
7+
"url": "https://github.com/CartoDB/carto.js.git"
88
},
99
"author": {
1010
"name": "CARTO",
@@ -44,7 +44,7 @@
4444
"d3-time-format": "2.1.0",
4545
"jquery": "2.1.4",
4646
"mustache": "1.1.0",
47-
"perfect-scrollbar": "git://github.com/CartoDB/perfect-scrollbar.git#master",
47+
"perfect-scrollbar": "https://github.com/CartoDB/perfect-scrollbar.git#master",
4848
"postcss": "5.0.19",
4949
"promise-polyfill": "^6.1.0",
5050
"torque.js": "CartoDB/torque#master",
@@ -80,7 +80,7 @@
8080
"grunt-contrib-cssmin": "~0.7.0",
8181
"grunt-contrib-imagemin": "~1.0.0",
8282
"grunt-contrib-jasmine": "1.1.0",
83-
"grunt-contrib-watch": "git://github.com/gruntjs/grunt-contrib-watch.git#b884948805940c663b1cbb91a3c28ba8afdebf78",
83+
"grunt-contrib-watch": "https://github.com/gruntjs/grunt-contrib-watch.git#b884948805940c663b1cbb91a3c28ba8afdebf78",
8484
"grunt-eslint": "~20.1.0",
8585
"grunt-exorcise": "2.1.0",
8686
"grunt-fastly": "~0.1.3",
@@ -94,7 +94,7 @@
9494
"gulp-iconfont-css": "0.0.9",
9595
"gulp-install": "0.2.0",
9696
"gulp-sketch": "0.0.7",
97-
"jasmine-ajax": "git://github.com/nobuti/jasmine-ajax.git#master",
97+
"jasmine-ajax": "https://github.com/nobuti/jasmine-ajax.git#master",
9898
"jsdoc": "~3.5.5",
9999
"jstify": "0.12.0",
100100
"leaflet": "1.3.1",

scripts/package.public.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "carto.js",
66
"repository": {
77
"type": "git",
8-
"url": "git://github.com/CartoDB/carto.js.git"
8+
"url": "https://github.com/CartoDB/carto.js.git"
99
},
1010
"dependencies": {},
1111
"author": {

0 commit comments

Comments
 (0)