Fixed #202: removed `version` field from bower.json
This commit is contained in:
parent
7eb0803185
commit
acb2ca1b89
|
@ -6,6 +6,7 @@ https://github.com/josdejong/jsoneditor
|
|||
## not yet released, version 5.0.1
|
||||
|
||||
- Fixed #130: option `onEditable` not available in mode `form`.
|
||||
- Fixed #202: removed `version` field from bower.json.
|
||||
|
||||
|
||||
## 2015-12-31, version 5.0.0
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
"name": "jsoneditor",
|
||||
"version": "5.0.0",
|
||||
"description": "A web-based tool to view, edit and format JSON",
|
||||
"tags": [
|
||||
"json",
|
||||
|
|
|
@ -5,7 +5,7 @@ This document describes the steps required to publish a new version of jsonedito
|
|||
|
||||
## Update version number
|
||||
|
||||
Update the version number in both package.json and bower.json.
|
||||
Update the version number in package.json.
|
||||
|
||||
|
||||
## Update history
|
||||
|
|
Loading…
Reference in New Issue