Skip to content

Commit 2f6801c

Browse files
committed
1.2.24
1 parent 5e837fe commit 2f6801c

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

package.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,26 @@
11
{
22
"name": "contribute.jquery.com",
3-
"title": "jQuery Contributing Hub",
43
"description": "jQuery Foundation site for developer documentation",
5-
"version": "1.2.23",
6-
"homepage": "https://contribute.jquery.com",
4+
"version": "1.2.24",
5+
"homepage": "https://contribute.jquery.org",
76
"author": {
87
"name": "jQuery Foundation and other contributors"
98
},
109
"repository": {
1110
"type": "git",
12-
"url": "git://github.com/jquery/contribute.jquery.com.git"
11+
"url": "git://github.com/jquery/contribute.jquery.org.git"
1312
},
1413
"bugs": {
15-
"url": "https://github.com/jquery/contribute.jquery.com/issues"
14+
"url": "https://github.com/jquery/contribute.jquery.org/issues"
1615
},
1716
"licenses": [
1817
{
1918
"type": "MIT",
20-
"url": "https://github.com/jquery/contribute.jquery.org/blob/master/LICENSE.txt"
19+
"url": "https://github.com/jquery/contribute.jquery.org/blob/main/LICENSE.txt"
2120
}
2221
],
2322
"dependencies": {
2423
"grunt": "1.5.3",
2524
"grunt-jquery-content": "3.1.0"
26-
},
27-
"scripts": {}
25+
}
2826
}

0 commit comments

Comments
 (0)