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 e6dc435 commit 1537109
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion package.json
@@ -1,13 +1,24 @@
{
"name": "sass-direction",
"version": "1.0.0",
"version": "1.0.1",
"description": "Sass mixins and functions to help creating bi-directional stylesheets.",
"keywords": [
"sass",
"direction",
"bidi",
"i18n"
],
"ignore": [
"**/.*",
"sache.json",
"bower.json"
],
"files": [
"_direction.scss",
"LICENSE.md",
"README.md"
],
"main": "_direction.scss",
"homepage": "https://github.com/pierreburel/sass-direction",
"bugs": {
"url": "https://github.com/pierreburel/sass-direction/issues"
Expand Down

0 comments on commit 1537109

Please sign in to comment.