v0.3.3

kriasoft/react-starter-kitv0.3.3Apr 16, 2015by koistya

AI Summary

Minor update that upgrades Babel to version 5.0 and removes the use strict directive since Babel handles it automatically. Also includes an updated deployment script.

Key Highlights

  • Update Babel to 5.0
  • Remove Use Strict Directive from .js files
  • Update deployment script in gulpfile.js

New Features

  • Updated deployment script

Full Release Notes

- Update Babel to 5.0: http://babeljs.io/blog/2015/03/31/5.0.0/
- Remove Use Strict Directive from .js files since Babel inserts them automatically
- Update deployment script. See `deploy` task in `gulpfile.js`
- Update other npm modules