Skip to content

Commit

Permalink
0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
David Hemphill committed May 23, 2015
1 parent 3d3e550 commit 7445dd4
Showing 1 changed file with 29 additions and 22 deletions.
51 changes: 29 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,31 @@
{
"name": "postcss-verthorz",
"version": "0.5.0",
"description": "PostCSS plugin to add vertical and horizontal spacing shorthand",
"keywords": ["postcss", "css", "postcss-plugin", "margin", "padding", "spacing"],
"author": "David Hemphill <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/davidhemphill/postcss-verthorz.git"
},
"dependencies": {
"postcss": "^4.1.9"
},
"devDependencies": {
"gulp-eslint": "^0.12.0",
"gulp-mocha": "^2.0.1",
"chai": "^2.3.0",
"gulp": "^3.8.11"
},
"scripts": {
"test": "gulp"
}
"name": "postcss-verthorz",
"version": "0.5.1",
"description": "PostCSS plugin to add vertical and horizontal spacing shorthand",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"margin",
"padding",
"spacing"
],
"author": "David Hemphill <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/davidhemphill/postcss-verthorz.git"
},
"dependencies": {
"postcss": "^4.1.9"
},
"devDependencies": {
"gulp-eslint": "^0.12.0",
"gulp-mocha": "^2.0.1",
"chai": "^2.3.0",
"gulp": "^3.8.11"
},
"scripts": {
"test": "gulp"
}
}

0 comments on commit 7445dd4

Please sign in to comment.