Skip to content

Commit

Permalink
8.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aputinski committed Jul 10, 2018
1 parent 7115b09 commit 233fd22
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "theo",
"version": "7.0.1",
"version": "8.0.0-beta.1",
"license": "BSD-3-Clause",
"description": "Design Tokens formatter",
"keywords": [
Expand All @@ -26,7 +26,11 @@
"precommit": "lint-staged"
},
"lint-staged": {
"*.js": ["prettier --write", "npm run lint", "git add"]
"*.js": [
"prettier --write",
"npm run lint",
"git add"
]
},
"engines": {
"node": ">=6.3.1"
Expand Down

0 comments on commit 233fd22

Please sign in to comment.