Skip to content

Commit

Permalink
Merge pull request #15 from cskeppstedt/bump-dependencies
Browse files Browse the repository at this point in the history
Bump dependencies
  • Loading branch information
cskeppstedt authored Aug 12, 2021
2 parents 082b8e7 + dc35f94 commit 48c9806
Show file tree
Hide file tree
Showing 4 changed files with 3,199 additions and 3,844 deletions.
4 changes: 2 additions & 2 deletions lib/index.integration.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ describe('json-post-process-webpack-plugin (integration)', () => {
const manifestPath = path.join(targetBuild, 'manifest.json')
const contents = fs.readJSONSync(manifestPath)
expect(contents).to.eql({
'index.js': 'http://cdn.com/assets/index-06d15791.js',
'index.js': 'http://cdn.com/assets/index-ffeeda05.js',
added: 'a property'
})
})
Expand All @@ -67,7 +67,7 @@ describe('json-post-process-webpack-plugin (integration)', () => {
const manifestPath = path.join(targetBuild, 'manifest.json')
const contents = fs.readJSONSync(manifestPath)
expect(contents).to.eql({
'index.js': 'http://cdn.com/assets/index-06d15791.js',
'index.js': 'http://cdn.com/assets/index-ffeeda05.js',
'manifest.json': 'modified!'
})
})
Expand Down
Loading

0 comments on commit 48c9806

Please sign in to comment.