Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/a/angular.js.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "angular.js",
"filename": "angular.min.js",
"description": "AngularJS is an MVC framework for building web applications. The core features include HTML enhanced with custom component and data-binding capabilities, dependency injection and strong focus on simplicity, testability, maintainability and boiler-plate reduction.",
"homepage": "http://angularjs.org",
"homepage": "https://angularjs.org",
"keywords": [
"framework",
"mvc",
Expand Down
2 changes: 1 addition & 1 deletion packages/b/bootstrap.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
"filename": "js/bootstrap.min.js",
"homepage": "http://getbootstrap.com/",
"homepage": "https://getbootstrap.com/",
"keywords": [
"css",
"less",
Expand Down
2 changes: 1 addition & 1 deletion packages/j/jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jquery",
"filename": "jquery.min.js",
"description": "JavaScript library for DOM operations",
"homepage": "http://jquery.com/",
"homepage": "https://jquery.com/",
"keywords": [
"jquery",
"library",
Expand Down
4 changes: 2 additions & 2 deletions packages/v/vue.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "vue",
"filename": "vue.min.js",
"filename": "vue.global.js",
"license": "MIT",
"description": "Simple, Fast & Composable MVVM for building interactive interfaces",
"homepage": "http://vuejs.org",
"homepage": "https://vuejs.org",
"keywords": [
"mvvm",
"browser",
Expand Down
Loading