Skip to content

Commit

Permalink
version bumped
Browse files Browse the repository at this point in the history
  • Loading branch information
atu1kr committed Jan 3, 2018
1 parent c4dd986 commit 7214361
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export class AppComponent {

## Configurations
`forRoot()` method of MonacoEditorModule accepts config of type `NgxMonacoEditorConfig`.
```
```typescript
import { NgModule } from '@angular/core';
import { FormsModule } from '@angular/forms';
import { BrowserModule } from '@angular/platform-browser';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-monaco-editor",
"version": "1.1.1",
"version": "2.0.1",
"description": "Monaco Code Editor For Angular",
"keywords": [
"angular",
Expand Down
1 change: 1 addition & 0 deletions src/platform/editor/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export * from './editor.module';
export * from './config';
2 changes: 1 addition & 1 deletion src/platform/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-monaco-editor",
"version": "1.1.1",
"version": "2.0.1",
"private": false,
"description": "Monaco Code Editor for Angular",
"main": "./editor.umd.js",
Expand Down

0 comments on commit 7214361

Please sign in to comment.