Skip to content

Commit

Permalink
minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
Gastón I. Silva E committed Mar 7, 2015
1 parent 69b8ba8 commit 96888a3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://travis-ci.org/aethermx/ember-cli-pagedown.svg?branch=master)](https://travis-ci.org/aethermx/ember-cli-pagedown)

A set of views that provide a Markdown editor and converters through PageDown.
A set of views that provide a Markdown editor and PageDown converters.

## Addon Install

Expand Down
3 changes: 1 addition & 2 deletions app/services/pagedown.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import Ember from 'ember';
import Pagedown from 'ember-cli-pagedown/services/pagedown'
import Pagedown from 'ember-cli-pagedown/services/pagedown';

export default Pagedown;
1 change: 0 additions & 1 deletion app/views/pd-editor.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import Ember from 'ember';
import pdEditor from 'ember-cli-pagedown/views/pd-editor';

export default pdEditor;
3 changes: 1 addition & 2 deletions config/environment.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
'use strict';

module.exports = function(/* environment, appConfig */) {
'use strict';
return { };
};
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ember-cli-pagedown",
"version": "0.0.0",
"description": "A set of views that provide a Markdown editor and converters through PageDown.",
"version": "0.0.2",
"description": "A set of views that provide a Markdown editor and PageDown converters.",
"directories": {
"doc": "doc",
"test": "tests"
Expand Down

0 comments on commit 96888a3

Please sign in to comment.