Skip to content

Conversation

@loelsonk
Copy link
Contributor

Just small fix to .editorconfig file

Missing insert_final_newline = true

Just small fix to `.editorconfig` file

Missing `insert_final_newline = true`
@leebenson leebenson merged commit e1cf1fb into reactql:master May 21, 2017
@leebenson
Copy link
Member

Thanks @loelsonk !

leebenson added a commit that referenced this pull request May 22, 2017
1.2.0 - 2017-05-22
------------------------------------------------
* Adds `npm run build-browser-only` option, which creates `index.html`
alongside regular JS and CSS browser bundling. Useful for static hosts
or via a BYO web server.
* Adds provisional `postcss.config.js`, for upcoming PostCSS v6.0
(note: not implemented yet; CSSNext currently awaiting
MoOx/postcss-cssnext#374)
* Fixes PostCSS source maps in development
* Adds `HOST` environment var for overriding `localhost` default
* Adds `Running on http://localhost:4000/` default message when server
starts (or whatever the correct `HOST` and `PORT` are)
* Bumps NPM packages:
  "cross-env": "^5.0.0",
  "css-loader": "^0.28.1",
  "eslint-config-airbnb": "^15.0.0",
  "eslint-plugin-jsx-a11y": "^5.0.1",
  "eslint-plugin-react": "^7.0.1",
  "image-webpack-loader": "^3.3.1",
  "node-noop": "^1.0.0",
  "postcss-cssnext": "2.11.0",
  "postcss-loader": "^2.0.5",
  "postcss-nested": "^2.0.2",
  "promise-monofill": "^1.0.1",
  "sass-loader": "^6.0.5",
  "style-loader": "^0.18.0",
  "webpack": "^2.5.1",
  "webpack-bundle-analyzer": "^2.8.1",
  "webpack-dev-server": "^2.4.5",
  "webpack-node-externals": "^1.6.0"
* Bumps `yarn.lock`
* Merges #25 - .editorconfig ESLint fix eol-last
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants