Skip to content

Commit

Permalink
-> v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Nov 16, 2016
1 parent 0b587e3 commit b7ec869
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,6 +1,6 @@
{
"name": "side-effect",
"version": "0.0.0",
"version": "0.1.0",
"description": "Create Vue components whose nested prop changes map to a global side effect",
"license": "MIT",
"repository": "egoist/side-effect",
Expand Down Expand Up @@ -40,7 +40,10 @@
"eslintConfig": {
"extends": "egoist/esnext",
"rules": {
"func-names": ["error", "as-needed"]
"func-names": [
"error",
"as-needed"
]
}
}
}

0 comments on commit b7ec869

Please sign in to comment.