Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SaraVieira committed Dec 13, 2017
1 parent c16cc2f commit fe497da
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"name": "styled-flex-component",
"version": "2.0.0",
"version": "2.1.0",
"license": "MIT",
"description":
"Flex Element for not writing any more custom flex styles because fuck that",
"description": "Flex Element for not writing any more custom flex styles because fuck that",
"keywords": [
"flex",
"flexbox",
Expand Down Expand Up @@ -55,6 +54,9 @@
"react-test-renderer": "^16.2.0"
},
"lint-staged": {
"**.{js,md}": ["eslint --fix", "git add"]
"**.{js,md}": [
"eslint --fix",
"git add"
]
}
}

0 comments on commit fe497da

Please sign in to comment.