Skip to content

Commit

Permalink
Replace git protocol with https (#2268 from CartoDB/remove-git-protocol
Browse files Browse the repository at this point in the history
Replace git protocol with https
  • Loading branch information
VictorVelarde authored Apr 5, 2022
2 parents 29ffca3 + 208d28c commit c97d697
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 13 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## 4.2.2 - 2022-03-16
### Fixed
- Replace deprecated git protocol with https ([#2268](https://github.com/CartoDB/carto.js/pull/2268))
## 4.2.1 - 2020-07-15
### Changed
- Changed attribution link ([#2253](https://github.com/CartoDB/carto.js/pull/2253))
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "internal-carto.js",
"version": "4.2.2-2",
"version": "4.2.2",
"description": "CARTO javascript library",
"repository": {
"type": "git",
"url": "git://github.com/CartoDB/carto.js.git"
"url": "https://github.com/CartoDB/carto.js.git"
},
"author": {
"name": "CARTO",
Expand Down Expand Up @@ -44,7 +44,7 @@
"d3-time-format": "2.1.0",
"jquery": "2.1.4",
"mustache": "1.1.0",
"perfect-scrollbar": "git://github.com/CartoDB/perfect-scrollbar.git#master",
"perfect-scrollbar": "https://github.com/CartoDB/perfect-scrollbar.git#master",
"postcss": "5.0.19",
"promise-polyfill": "^6.1.0",
"torque.js": "CartoDB/torque#master",
Expand Down Expand Up @@ -80,7 +80,7 @@
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-imagemin": "~1.0.0",
"grunt-contrib-jasmine": "1.1.0",
"grunt-contrib-watch": "git://github.com/gruntjs/grunt-contrib-watch.git#b884948805940c663b1cbb91a3c28ba8afdebf78",
"grunt-contrib-watch": "https://github.com/gruntjs/grunt-contrib-watch.git#b884948805940c663b1cbb91a3c28ba8afdebf78",
"grunt-eslint": "~20.1.0",
"grunt-exorcise": "2.1.0",
"grunt-fastly": "~0.1.3",
Expand All @@ -94,7 +94,7 @@
"gulp-iconfont-css": "0.0.9",
"gulp-install": "0.2.0",
"gulp-sketch": "0.0.7",
"jasmine-ajax": "git://github.com/nobuti/jasmine-ajax.git#master",
"jasmine-ajax": "https://github.com/nobuti/jasmine-ajax.git#master",
"jsdoc": "~3.5.5",
"jstify": "0.12.0",
"leaflet": "1.3.1",
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.public.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "carto.js",
"repository": {
"type": "git",
"url": "git://github.com/CartoDB/carto.js.git"
"url": "https://github.com/CartoDB/carto.js.git"
},
"dependencies": {},
"author": {
Expand Down

0 comments on commit c97d697

Please sign in to comment.