Skip to content

Commit

Permalink
1.0.1 - Fix #1
Browse files Browse the repository at this point in the history
  • Loading branch information
yabab-dev committed Sep 13, 2016
1 parent 82ff008 commit b4cf765
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Codemirror.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { ControlValueAccessor } from '@angular/forms';
/**
* Codemirror component
*/
export declare class Codemirror implements ControlValueAccessor {
export declare class CodemirrorComponent implements ControlValueAccessor {

value:any;
change:EventEmitter<any>;
Expand All @@ -23,3 +23,5 @@ export declare class Codemirror implements ControlValueAccessor {
registerOnTouched(fn:Function):void;

}

export declare class CodemirrorModule {}
2 changes: 1 addition & 1 deletion lib/Codemirror.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng2-codemirror",
"version": "1.0.0",
"version": "1.0.1",
"description": "Angular2 Codemirror component",
"main": "lib/Codemirror.js",
"typings": "./Codemirror.d.ts",
Expand Down

0 comments on commit b4cf765

Please sign in to comment.