Skip to content

Commit 746cac5

Browse files
committedJul 10, 2016
update for typescript@2.0 with linting fixes
·
v0.10.9v0.10.4
1 parent 5e27dbc commit 746cac5

File tree

121 files changed

+337
-271
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+337
-271
lines changed
 

‎CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## [0.11.0] - 2016-06-28
5+
## [0.10.2] - 2016-06-28
66
- rely on core-coderoad@0.5
77
- require newer version of test runners
88
- update to material-ui@0.15.1

‎lib/components/Alert/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ var __metadata = (this && this.__metadata) || function (k, v) {
1515
};
1616
var React = require('react');
1717
var react_redux_1 = require('react-redux');
18-
var Snackbar_1 = require('material-ui/Snackbar');
1918
var actions_1 = require('../../actions');
19+
var Snackbar_1 = require('material-ui/Snackbar');
2020
var defaultAlert = {
2121
message: '',
2222
open: false,

0 commit comments

Comments
 (0)
Please sign in to comment.