Skip to content

Commit

Permalink
Added more package.json fields
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreburel committed Apr 20, 2017
1 parent 3c803da commit a156b73
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion package.json
@@ -1,13 +1,24 @@
{
"name": "sass-rem",
"version": "1.2.3",
"version": "1.2.4",
"description": "Sass mixin and function to use rem units with pixel fallback.",
"keywords": [
"sass",
"rem",
"responsive",
"fallback"
],
"ignore": [
"**/.*",
"sache.json",
"bower.json"
],
"files": [
"_rem.scss",
"LICENSE.md",
"README.md"
],
"main": "_rem.scss",
"homepage": "https://github.com/pierreburel/sass-rem",
"bugs": {
"url": "https://github.com/pierreburel/sass-rem/issues"
Expand Down

0 comments on commit a156b73

Please sign in to comment.