Skip to content

Commit

Permalink
chore: add npmpub for release
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed May 11, 2017
1 parent aa90d01 commit adf8e08
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@
"version": "3.0.0",
"description": "Using more intuitive `>=`, `<=`, `>`, `<` instead of media queries min/max prefix.",
"scripts": {
"test": "tape test"
},
"repository": {
"type": "git",
"url": "https://github.com/postcss/postcss-media-minmax.git"
"test": "tape test",
"release": "npmpub"
},
"repository": "https://github.com/postcss/postcss-media-minmax.git",
"keywords": [
"css",
"css3",
Expand All @@ -30,10 +28,7 @@
"postcss": "^6.0.1"
},
"devDependencies": {
"npmpub": "^3.1.0",
"tape": "^4.6.3"
},
"bugs": {
"url": "https://github.com/postcss/postcss-media-minmax/issues"
},
"homepage": "https://github.com/postcss/postcss-media-minmax"
}
}

0 comments on commit adf8e08

Please sign in to comment.