Skip to content

Commit 8b11f79

Browse files
authored
Upgrade packages (#8)
Upgrade packages
2 parents 81ac548 + c816b11 commit 8b11f79

24 files changed

+1032
-15238
lines changed

gruntfile.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@ module.exports = function(grunt) {
1616
prereleaseName: false,
1717
regExp: false
1818
}
19+
},
20+
uglify: {
21+
json_patch_ot: {
22+
options: {
23+
sourceMap: true
24+
},
25+
files: {
26+
'dist/json-patch-ot.min.js': ['src/json-patch-ot.js']
27+
}
28+
}
1929
}
2030
});
2131
grunt.loadNpmTasks('grunt-contrib-uglify');

0 commit comments

Comments
 (0)