Skip to content

Commit 17820b3

Browse files
committed
3.3.12
Remove unused package.json data and avoid accidental publishing by setting `"private": true`.
1 parent 4be0f82 commit 17820b3

File tree

2 files changed

+3
-20
lines changed

2 files changed

+3
-20
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,7 @@
11
{
22
"name": "jquery.com",
3-
"title": "jQuery Homepage",
4-
"version": "3.3.11",
5-
"homepage": "https://github.com/jquery/jquery.com",
6-
"author": {
7-
"name": "jQuery Foundation and other contributors"
8-
},
9-
"repository": {
10-
"type": "git",
11-
"url": "git://github.com/jquery/jquery.com.git"
12-
},
13-
"bugs": {
14-
"url": "https://github.com/jquery/jquery.com/issues"
15-
},
16-
"licenses": [
17-
{
18-
"type": "MIT",
19-
"url": "https://github.com/jquery/jquery.com/blob/master/LICENSE.txt"
20-
}
21-
],
3+
"private": true,
4+
"version": "3.3.12",
225
"dependencies": {
236
"async": "3.2.2",
247
"grunt": "1.5.3",

0 commit comments

Comments
 (0)