Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bukinoshita committed Aug 28, 2017
1 parent 777e917 commit afb8467
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bukinoshita",
"version": "0.1.2",
"version": "0.2.0",
"description": "full-time open sourcerer and nomad",
"repository": {
"url": "https://github.com/bukinoshita/bu",
Expand Down Expand Up @@ -33,15 +33,21 @@
"xo": "^0.18.2"
},
"xo": {
"extends": ["prettier", "prettier/react", "plugin:react/recommended"],
"env": ["browser", "node"],
"extends": [
"prettier",
"prettier/react",
"plugin:react/recommended"
],
"env": [
"browser",
"node"
],
"rules": {
"react/display-name": 0,
"react/react-in-jsx-scope": 0,
"import/named": 0,
"import/no-extraneous-dependencies": 0,
"react/prop-types": 0,
"react/display-name": 0,
"import/no-unassigned-import": 0,
"camelcase": 0,
"react/no-unescaped-entities": 0
Expand Down

0 comments on commit afb8467

Please sign in to comment.