Skip to content

Commit db9e42d

Browse files
committed
Build: Remove unused spawnback dependency
Follows-up c636c55, which removed use of this back in 2015.
1 parent 6e6e66b commit db9e42d

File tree

3 files changed

+4
-35
lines changed

3 files changed

+4
-35
lines changed

Gruntfile.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
var spawnback = require( "spawnback" ),
2-
jqueryContent = require( "grunt-jquery-content" );
1+
var jqueryContent = require( "grunt-jquery-content" );
32

43
module.exports = function( grunt ) {
54

package-lock.json

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

package.json

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,9 @@
11
{
22
"name": "learn.jquery.com",
3-
"title": "jQuery Learning Site",
4-
"description": "jQuery Foundation site for learning jQuery and JavaScript",
3+
"private": true,
54
"version": "0.6.29",
6-
"homepage": "https://learn.jquery.com",
7-
"author": {
8-
"name": "jQuery Foundation and other contributors"
9-
},
10-
"repository": {
11-
"type": "git",
12-
"url": "git://github.com/jquery/learn.jquery.com.git"
13-
},
14-
"bugs": {
15-
"url": "https://github.com/jquery/learn.jquery.com/issues"
16-
},
17-
"licenses": [
18-
{
19-
"type": "MIT",
20-
"url": "https://github.com/jquery/api.jquery.com/blob/main/LICENSE.txt"
21-
}
22-
],
235
"dependencies": {
246
"grunt": "1.5.3",
25-
"grunt-jquery-content": "3.1.0",
26-
"spawnback": "1.0.0"
7+
"grunt-jquery-content": "3.1.0"
278
}
289
}

0 commit comments

Comments
 (0)