Skip to content

Commit 53645f0

Browse files
committed
Update package package.json files.
1 parent 11453d9 commit 53645f0

File tree

7 files changed

+0
-109
lines changed

7 files changed

+0
-109
lines changed

packages/css-rules/package.json

-14
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
"version": "1.0.8",
44
"description": "Returns a parse tree for a CSS source.",
55
"main": "index.js",
6-
"scripts": {
7-
"test": "mocha",
8-
"coverage": "nyc npm test && nyc report",
9-
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
10-
},
116
"files": [
127
"index.js"
138
],
@@ -24,14 +19,5 @@
2419
"homepage": "https://github.com/jonkemp/inline-css/tree/master/packages/css-rules",
2520
"dependencies": {
2621
"cssom": "^0.4.4"
27-
},
28-
"devDependencies": {
29-
"babel-eslint": "^10.0.3",
30-
"coveralls": "^3.0.9",
31-
"gulp": "^4.0.2",
32-
"gulp-eslint": "^6.0.0",
33-
"gulp-mocha": "^7.0.2",
34-
"mocha": "^7.0.0",
35-
"nyc": "^15.0.0"
3622
}
3723
}

packages/extract-css/package.json

-16
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
"version": "1.5.2",
44
"description": "Extract the CSS from an HTML document.",
55
"main": "index.js",
6-
"scripts": {
7-
"test": "mocha",
8-
"coverage": "nyc npm test && nyc report",
9-
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
10-
},
116
"files": [
127
"index.js"
138
],
@@ -23,16 +18,5 @@
2318
"href-content": "^1.2.2",
2419
"list-stylesheets": "^1.2.6",
2520
"style-data": "^1.4.3"
26-
},
27-
"devDependencies": {
28-
"babel-eslint": "^10.0.3",
29-
"coveralls": "^3.0.9",
30-
"gulp": "^4.0.2",
31-
"gulp-eslint": "^6.0.0",
32-
"gulp-mocha": "^7.0.2",
33-
"mocha": "^7.0.0",
34-
"nyc": "^15.0.0",
35-
"should": "^13.2.3",
36-
"vinyl": "^2.2.0"
3721
}
3822
}

packages/href-content/package.json

-17
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
"version": "1.2.2",
44
"description": "Get content from link tags in an HTML document.",
55
"main": "index.js",
6-
"scripts": {
7-
"test": "mocha",
8-
"coverage": "nyc npm test && nyc report",
9-
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
10-
},
116
"files": [
127
"index.js"
138
],
@@ -23,17 +18,5 @@
2318
"homepage": "https://github.com/jonkemp/inline-css/tree/master/packages/href-content",
2419
"dependencies": {
2520
"remote-content": "^1.2.2"
26-
},
27-
"devDependencies": {
28-
"babel-eslint": "^10.0.3",
29-
"coveralls": "^3.0.9",
30-
"gulp": "^4.0.2",
31-
"gulp-eslint": "^6.0.0",
32-
"gulp-mocha": "^7.0.2",
33-
"list-stylesheets": "^1.2.6",
34-
"mocha": "^7.0.0",
35-
"nyc": "^15.0.0",
36-
"should": "^13.2.3",
37-
"vinyl": "^2.2.0"
3821
}
3922
}

packages/list-stylesheets/package.json

-16
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
"version": "1.2.6",
44
"description": "Get a list of stylesheets from an HTML document.",
55
"main": "index.js",
6-
"scripts": {
7-
"test": "mocha",
8-
"coverage": "nyc npm test && nyc report",
9-
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
10-
},
116
"files": [
127
"index.js"
138
],
@@ -22,16 +17,5 @@
2217
"cheerio": "^0.22.0",
2318
"extend": "^3.0.2",
2419
"object.pick": "^1.3.0"
25-
},
26-
"devDependencies": {
27-
"babel-eslint": "^10.0.3",
28-
"coveralls": "^3.0.9",
29-
"gulp": "^4.0.2",
30-
"gulp-eslint": "^6.0.0",
31-
"gulp-mocha": "^7.0.2",
32-
"mocha": "^7.0.0",
33-
"nyc": "^15.0.0",
34-
"should": "^13.2.3",
35-
"vinyl": "^2.2.0"
3620
}
3721
}

packages/mediaquery-text/package.json

-15
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
"version": "1.1.4",
44
"description": "Returns Media Query text for a CSS source.",
55
"main": "index.js",
6-
"scripts": {
7-
"test": "mocha",
8-
"coverage": "nyc npm test && nyc report",
9-
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
10-
},
116
"files": [
127
"index.js"
138
],
@@ -23,15 +18,5 @@
2318
"homepage": "https://github.com/jonkemp/inline-css/tree/master/packages/mediaquery-text",
2419
"dependencies": {
2520
"cssom": "^0.4.4"
26-
},
27-
"devDependencies": {
28-
"babel-eslint": "^10.0.3",
29-
"coveralls": "^3.0.9",
30-
"gulp": "^4.0.2",
31-
"gulp-eslint": "^6.0.0",
32-
"gulp-mocha": "^7.0.2",
33-
"mocha": "^7.0.0",
34-
"nyc": "^15.0.0",
35-
"should": "^13.2.3"
3621
}
3722
}

packages/remote-content/package.json

-15
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
"version": "1.2.2",
44
"description": "Get remote content.",
55
"main": "index.js",
6-
"scripts": {
7-
"test": "mocha",
8-
"coverage": "nyc npm test && nyc report",
9-
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
10-
},
116
"files": [
127
"index.js"
138
],
@@ -28,15 +23,5 @@
2823
"proxy-from-env": "^1.0.0",
2924
"superagent": "^5.2.1",
3025
"superagent-proxy": "^2.0.0"
31-
},
32-
"devDependencies": {
33-
"babel-eslint": "^10.0.3",
34-
"coveralls": "^3.0.9",
35-
"gulp": "^4.0.2",
36-
"gulp-eslint": "^6.0.0",
37-
"gulp-mocha": "^7.0.2",
38-
"mocha": "^7.0.0",
39-
"nyc": "^15.0.0",
40-
"should": "^13.2.3"
4126
}
4227
}

packages/style-data/package.json

-16
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
"version": "1.4.3",
44
"description": "Get the content of style tags.",
55
"main": "index.js",
6-
"scripts": {
7-
"test": "mocha",
8-
"coverage": "nyc npm test && nyc report",
9-
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
10-
},
116
"files": [
127
"index.js"
138
],
@@ -26,16 +21,5 @@
2621
"extend": "^3.0.2",
2722
"mediaquery-text": "^1.1.4",
2823
"object.pick": "^1.3.0"
29-
},
30-
"devDependencies": {
31-
"babel-eslint": "^10.0.3",
32-
"coveralls": "^3.0.9",
33-
"gulp": "^4.0.2",
34-
"gulp-eslint": "^6.0.0",
35-
"gulp-mocha": "^7.0.2",
36-
"mocha": "^7.0.0",
37-
"nyc": "^15.0.0",
38-
"should": "^13.2.3",
39-
"vinyl": "^2.2.0"
4024
}
4125
}

0 commit comments

Comments
 (0)