Skip to content

Commit

Permalink
3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mxstbr committed Sep 26, 2016
1 parent 148da8c commit 8693af3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion internals/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const uniq = require('lodash/uniq');

const ReactBoilerplate = {
// This refers to the react-boilerplate version this project is based on.
version: '3.2.0',
version: '3.2.1',

/**
* The DLL Plugin provides a dramatic speed increase to webpack build and hot module reloading
Expand Down
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-boilerplate",
"version": "3.2.0",
"version": "3.2.1",
"description": "A highly scalable, offline-first foundation with the best DX and a focus on performance and best practices",
"repository": {
"type": "git",
Expand Down Expand Up @@ -105,7 +105,10 @@
}
},
"rules": {
"arrow-parens": ["error", "always"],
"arrow-parens": [
"error",
"always"
],
"arrow-body-style": [
2,
"as-needed"
Expand Down Expand Up @@ -141,7 +144,10 @@
"prefer-template": 2,
"class-methods-use-this": 0,
"react/forbid-prop-types": 0,
"react/jsx-first-prop-new-line": [2, "multiline"],
"react/jsx-first-prop-new-line": [
2,
"multiline"
],
"react/jsx-filename-extension": 0,
"react/jsx-no-target-blank": 0,
"react/require-extension": 0,
Expand Down

0 comments on commit 8693af3

Please sign in to comment.