Skip to content

Commit 458354d

Browse files
authored
Merge pull request #2 from aarranz/task/update-json-editor-library-5.32.5
Update JSON Editor library to 5.32.5
2 parents 4080473 + 72f77ea commit 458354d

File tree

6 files changed

+3550
-10
lines changed

6 files changed

+3550
-10
lines changed

Gruntfile.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ module.exports = function (grunt) {
2828
bower: {
2929
install: {
3030
options: {
31-
bowerOptions: {
32-
production: true
33-
},
31+
copy: true,
3432
layout: function (type, component, source) {
3533
return type;
3634
},

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jsoneditor",
33
"dependencies": {
4-
"jsoneditor": "5.5.9"
4+
"jsoneditor": "5.32.5"
55
},
66
"exportsOverride": {
77
"jsoneditor": {

0 commit comments

Comments
 (0)