Skip to content

Commit

Permalink
Build - fix dependencies for data-JSON
Browse files Browse the repository at this point in the history
fix #1339
  • Loading branch information
duboisp committed Apr 10, 2018
1 parent 2988cbb commit eb0e603
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,8 @@ module.exports = (grunt) ->
flatten: true
cwd: "node_modules"
src: [
"jsonpointer/src/jsonpointer.js"
"JSON-Patch/src/json-patch.js"
"jsonpointer.js/src/jsonpointer.js"
"fast-json-patch/src/json-patch.js"
]
dest: "<%= themeDist %>/theme-js-deps"
test:
Expand Down

0 comments on commit eb0e603

Please # to comment.