Skip to content

Commit 00291bb

Browse files
committed
chore: add npmpub for release
1 parent 26cc94d commit 00291bb

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

package.json

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@
33
"version": "3.0.0",
44
"description": "Using more intuitive `>=`, `<=`, `>`, `<` instead of media queries min/max prefix.",
55
"scripts": {
6-
"test": "tape test"
7-
},
8-
"repository": {
9-
"type": "git",
10-
"url": "https://github.com/postcss/postcss-media-minmax.git"
6+
"test": "tape test",
7+
"release": "npmpub"
118
},
9+
"repository": "https://github.com/postcss/postcss-media-minmax.git",
1210
"keywords": [
1311
"css",
1412
"css3",
@@ -30,10 +28,7 @@
3028
"postcss": "^6.0.1"
3129
},
3230
"devDependencies": {
31+
"npmpub": "^3.1.0",
3332
"tape": "^4.6.3"
34-
},
35-
"bugs": {
36-
"url": "https://github.com/postcss/postcss-media-minmax/issues"
37-
},
38-
"homepage": "https://github.com/postcss/postcss-media-minmax"
33+
}
3934
}

0 commit comments

Comments
 (0)