Skip to content

Commit 58c5a94

Browse files
committed
Update package package.json files.
1 parent e905a49 commit 58c5a94

File tree

7 files changed

+35
-56
lines changed

7 files changed

+35
-56
lines changed

packages/css-rules/package.json

+5-8
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"coverage": "nyc npm test && nyc report",
99
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
1010
},
11-
"repository": {
12-
"type": "git",
13-
"url": "https://github.com/jonkemp/css-rules"
14-
},
11+
"files": [
12+
"index.js"
13+
],
14+
"repository": "https://github.com/jonkemp/inline-css/tree/master/packages/css-rules",
1515
"keywords": [
1616
"inline",
1717
"css",
@@ -21,10 +21,7 @@
2121
],
2222
"author": "Jonathan Kemp <kempdogg@gmail.com> (http://jonkemp.com/)",
2323
"license": "MIT",
24-
"bugs": {
25-
"url": "https://github.com/jonkemp/css-rules/issues"
26-
},
27-
"homepage": "https://github.com/jonkemp/css-rules",
24+
"homepage": "https://github.com/jonkemp/inline-css/tree/master/packages/css-rules",
2825
"dependencies": {
2926
"cssom": "^0.4.4"
3027
},

packages/extract-css/package.json

+5-8
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,16 @@
88
"coverage": "nyc npm test && nyc report",
99
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
1010
},
11-
"repository": {
12-
"type": "git",
13-
"url": "https://github.com/jonkemp/extract-css"
14-
},
11+
"files": [
12+
"index.js"
13+
],
14+
"repository": "https://github.com/jonkemp/inline-css/tree/master/packages/extract-css",
1515
"keywords": [
1616
"css"
1717
],
1818
"author": "Jonathan Kemp <kempdogg@gmail.com> (http://jonkemp.com/)",
1919
"license": "MIT",
20-
"bugs": {
21-
"url": "https://github.com/jonkemp/extract-css/issues"
22-
},
23-
"homepage": "https://github.com/jonkemp/extract-css",
20+
"homepage": "https://github.com/jonkemp/inline-css/tree/master/packages/extract-css",
2421
"dependencies": {
2522
"batch": "^0.6.1",
2623
"href-content": "^1.2.1",

packages/href-content/package.json

+5-8
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"coverage": "nyc npm test && nyc report",
99
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
1010
},
11-
"repository": {
12-
"type": "git",
13-
"url": "https://github.com/jonkemp/href-content"
14-
},
11+
"files": [
12+
"index.js"
13+
],
14+
"repository": "https://github.com/jonkemp/inline-css/tree/master/packages/href-content",
1515
"keywords": [
1616
"inline",
1717
"css",
@@ -20,10 +20,7 @@
2020
],
2121
"author": "Jonathan Kemp <kempdogg@gmail.com> (http://jonkemp.com/)",
2222
"license": "MIT",
23-
"bugs": {
24-
"url": "https://github.com/jonkemp/href-content/issues"
25-
},
26-
"homepage": "https://github.com/jonkemp/href-content",
23+
"homepage": "https://github.com/jonkemp/inline-css/tree/master/packages/href-content",
2724
"dependencies": {
2825
"remote-content": "^1.2.1"
2926
},

packages/list-stylesheets/package.json

+5-8
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,16 @@
88
"coverage": "nyc npm test && nyc report",
99
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
1010
},
11-
"repository": {
12-
"type": "git",
13-
"url": "https://github.com/jonkemp/list-stylesheets"
14-
},
11+
"files": [
12+
"index.js"
13+
],
14+
"repository": "https://github.com/jonkemp/inline-css/tree/master/packages/list-stylesheets",
1515
"keywords": [
1616
"css"
1717
],
1818
"author": "Jonathan Kemp <kempdogg@gmail.com> (http://jonkemp.com/)",
1919
"license": "MIT",
20-
"bugs": {
21-
"url": "https://github.com/jonkemp/list-stylesheets/issues"
22-
},
23-
"homepage": "https://github.com/jonkemp/list-stylesheets",
20+
"homepage": "https://github.com/jonkemp/inline-css/tree/master/packages/list-stylesheets",
2421
"dependencies": {
2522
"cheerio": "^0.22.0",
2623
"extend": "^3.0.2",

packages/mediaquery-text/package.json

+5-8
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"coverage": "nyc npm test && nyc report",
99
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
1010
},
11-
"repository": {
12-
"type": "git",
13-
"url": "https://github.com/jonkemp/mediaquery-text"
14-
},
11+
"files": [
12+
"index.js"
13+
],
14+
"repository": "https://github.com/jonkemp/inline-css/tree/master/packages/mediaquery-text",
1515
"keywords": [
1616
"mediaqueries",
1717
"css",
@@ -20,10 +20,7 @@
2020
],
2121
"author": "Jonathan Kemp <kempdogg@gmail.com> (http://jonkemp.com/)",
2222
"license": "MIT",
23-
"bugs": {
24-
"url": "https://github.com/jonkemp/mediaquery-text/issues"
25-
},
26-
"homepage": "https://github.com/jonkemp/mediaquery-text",
23+
"homepage": "https://github.com/jonkemp/inline-css/tree/master/packages/mediaquery-text",
2724
"dependencies": {
2825
"cssom": "^0.4.4"
2926
},

packages/remote-content/package.json

+5-8
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"coverage": "nyc npm test && nyc report",
99
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
1010
},
11-
"repository": {
12-
"type": "git",
13-
"url": "https://github.com/jonkemp/remote-content"
14-
},
11+
"files": [
12+
"index.js"
13+
],
14+
"repository": "https://github.com/jonkemp/inline-css/tree/master/packages/remote-content",
1515
"keywords": [
1616
"superagent",
1717
"remote",
@@ -23,10 +23,7 @@
2323
],
2424
"author": "Jonathan Kemp <kempdogg@gmail.com> (http://jonkemp.com/)",
2525
"license": "MIT",
26-
"bugs": {
27-
"url": "https://github.com/jonkemp/remote-content/issues"
28-
},
29-
"homepage": "https://github.com/jonkemp/remote-content",
26+
"homepage": "https://github.com/jonkemp/inline-css/tree/master/packages/remote-content",
3027
"dependencies": {
3128
"proxy-from-env": "^1.0.0",
3229
"superagent": "^5.2.1",

packages/style-data/package.json

+5-8
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"coverage": "nyc npm test && nyc report",
99
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
1010
},
11-
"repository": {
12-
"type": "git",
13-
"url": "https://github.com/jonkemp/style-data"
14-
},
11+
"files": [
12+
"index.js"
13+
],
14+
"repository": "https://github.com/jonkemp/inline-css/tree/master/packages/style-data",
1515
"keywords": [
1616
"inline",
1717
"css",
@@ -20,10 +20,7 @@
2020
],
2121
"author": "Jonathan Kemp <kempdogg@gmail.com> (http://jonkemp.com/)",
2222
"license": "MIT",
23-
"bugs": {
24-
"url": "https://github.com/jonkemp/style-data/issues"
25-
},
26-
"homepage": "https://github.com/jonkemp/style-data",
23+
"homepage": "https://github.com/jonkemp/inline-css/tree/master/packages/style-data",
2724
"dependencies": {
2825
"cheerio": "^0.22.0",
2926
"extend": "^3.0.2",

0 commit comments

Comments
 (0)