Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yesmeck committed May 17, 2014
1 parent 24e8210 commit 142a6f8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jsonview",
"description": "jQuery plugin for display pretty JSON.",
"version": "1.1.1",
"version": "1.2.0",
"main": "dist/jquery.jsonview.js",
"keywords": [
"json"
Expand Down
2 changes: 1 addition & 1 deletion jsonview.jquery.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jsonview",
"description": "jQuery plugin for display pretty JSON.",
"version": "1.1.1",
"version": "1.2.0",
"author": {
"name": "Meck",
"url": "http://yesmeck.com"
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": "jsonview",
"version": "1.1.1",
"version": "1.2.0",
"description": "jQuery plugin for display pretty JSON.",
"main": "dist/jquery.jsonview.js",
"scripts": {
Expand Down
4 changes: 0 additions & 4 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
<title>JQuery JSONView</title>
<link rel="stylesheet" href="jquery.jsonview.css" />
<script type="text/javascript" src="http://code.jquery.com/jquery.min.js"></script>
<!-- @if dist=false -->
<script type="text/javascript" src="lib/collapser.js"></script>
<script type="text/javascript" src="lib/json_formatter.js"></script>
<!-- @endif -->
<script type="text/javascript" src="jquery.jsonview.js"></script>
<script type="text/javascript">
var json = {
Expand Down

0 comments on commit 142a6f8

Please sign in to comment.