Skip to content

Commit ba52136

Browse files
committed
feat: remove npmpub and update devDependencies
1 parent 75616d8 commit ba52136

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"version": "5.0.0",
44
"description": "Using more intuitive `>=`, `<=`, `>`, `<` instead of media queries min/max prefix.",
55
"scripts": {
6-
"test": "tape test",
7-
"release": "npmpub"
6+
"test": "tape test"
87
},
98
"repository": "https://github.com/postcss/postcss-media-minmax.git",
109
"keywords": [
@@ -28,11 +27,10 @@
2827
"node": ">=10.0.0"
2928
},
3029
"peerDependencies": {
31-
"postcss": "^8.1.0"
30+
"postcss": "^8.3.7"
3231
},
3332
"devDependencies": {
34-
"npmpub": "^4.1.0",
35-
"postcss": "^8.1.0",
36-
"tape": "^4.9.1"
33+
"postcss": "^8.3.7",
34+
"tape": "^5.3.1"
3735
}
3836
}

0 commit comments

Comments
 (0)