Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

Commit 4ffa2a6

Browse files
author
Gregor Adams
committed
export inputs
1 parent eb1434f commit 4ffa2a6

File tree

4 files changed

+20
-18
lines changed

4 files changed

+20
-18
lines changed

.versions

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,30 +8,30 @@ [email protected]
88
99
1010
11-
check@1.0.6
12-
codefights:[email protected].5_3
13-
11+
check@1.1.0
12+
codefights:[email protected].6
13+
1414
1515
16-
17-
16+
17+
1818
1919
20-
21-
ecmascript-collections@0.1.6
20+
21+
ecmascript-runtime@0.2.6
2222
2323
fourseven:[email protected]_3
2424
2525
2626
2727
2828
29-
local-test:codefights:[email protected].5_3
29+
local-test:codefights:[email protected].6
3030
31-
31+
3232
3333
34-
34+
3535
3636
3737
@@ -43,18 +43,18 @@ peerlibrary:[email protected]
4343
peerlibrary:[email protected]
4444
peerlibrary:[email protected]
4545
peerlibrary:[email protected]
46-
47-
46+
47+
4848
4949
5050
5151
5252
53-
53+
5454
5555
5656
5757
5858
59-
59+
6060

lib/paper-elements/PaperInput/PaperInput.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
class PaperInput extends BlazeComponent {
1+
Material = Material || {}
2+
3+
Material.PaperInput = PaperInput = class PaperInput extends BlazeComponent {
24

35
/**
46
* set defaults
@@ -113,4 +115,4 @@ class PaperInput extends BlazeComponent {
113115
}
114116
}
115117

116-
PaperInput.register('PaperInput');
118+
PaperInput.register('PaperInput');

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
name: 'codefights:blaze-material-ui',
3-
version: '0.1.5_4',
3+
version: '0.1.6',
44
// Brief, one-line summary of the package.
55
summary: 'Material design components for blaze',
66
// URL to the Git repository containing the source code for this package.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blaze-material-ui",
3-
"version": "0.1.5_4",
3+
"version": "0.1.6",
44
"description": "blaze components for material design",
55
"main": "Gulpfile.js",
66
"directories": {

0 commit comments

Comments
 (0)