Skip to content

Commit

Permalink
Version bump: 0.8.0 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
gpoitch authored Feb 6, 2019
1 parent 80775dd commit 6590883
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ npm install react-mobiledoc-editor

**Please note:** MobiledocKit and React are specified as peer dependencies,
and **will not** be automatically installed. If you haven't already, please
add `mobiledoc-kit` (>= 0.10.11), `react` (>= 15.0.0), and `react-dom` (>=
15.0.0) to your `package.json`.
add `mobiledoc-kit`, `react`, and `react-dom` to your `package.json`.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

31 changes: 16 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
{
"name": "react-mobiledoc-editor",
"version": "0.7.1",
"version": "0.8.0",
"description": "A Mobiledoc editor for React apps",
"repository": "joshfrench/react-mobiledoc-editor",
"homepage": "https://github.com/joshfrench/react-mobiledoc-editor",
"bugs": "https://github.com/joshfrench/react-mobiledoc-editor/issues",
"license": "BSD-3-Clause",
"contributors": [
"Josh French <joshfrench@gmail.com>",
"Garth Poitras <garth22@gmail.com>"
],
"keywords": [
"mobiledoc",
"mobiledoc-editor",
"react-component",
"react"
],
"main": "dist/main.js",
"scripts": {
"start": "webpack-dev-server --mode development --hot --progress",
Expand Down Expand Up @@ -59,18 +73,5 @@
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.1.14",
"webpack-merge": "^4.2.1"
},
"contributors": [
"Josh French <joshfrench@gmail.com>"
],
"repository": "joshfrench/react-mobiledoc-editor",
"homepage": "https://github.com/joshfrench/react-mobiledoc-editor",
"bugs": "https://github.com/joshfrench/react-mobiledoc-editor/issues",
"license": "BSD-3-Clause",
"keywords": [
"mobiledoc",
"mobiledoc-editor",
"react-component",
"react"
]
}
}

0 comments on commit 6590883

Please sign in to comment.