Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SaraVieira committed Dec 5, 2017
1 parent a6b9aa2 commit 2843247
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "styled-flex-component",
"description": "Flex Element for not writing any more custom flex styles because fuck that",
"version": "1.0.0",
"version": "1.1.0",
"dependencies": {
"styled-components": "2.2.4",
"styled-is": "1.1.0"
Expand Down Expand Up @@ -35,6 +35,9 @@
},
"license": "MIT",
"lint-staged": {
"**.{js,md}": ["eslint --fix", "git add"]
"**.{js,md}": [
"eslint --fix",
"git add"
]
}
}

0 comments on commit 2843247

Please sign in to comment.