Skip to content

Commit

Permalink
Update readme with travis badge
Browse files Browse the repository at this point in the history
  • Loading branch information
cskeppstedt committed Aug 12, 2021
1 parent 48c9806 commit e44e747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# JSON Post Process Webpack Plugin

[![Build Status](https://travis-ci.org/cskeppstedt/json-post-process-webpack-plugin.svg)](https://travis-ci.org/cskeppstedt/json-post-process-webpack-plugin)
[![Build Status](https://www.travis-ci.com/cskeppstedt/json-post-process-webpack-plugin.svg?branch=main)](https://www.travis-ci.com/cskeppstedt/json-post-process-webpack-plugin)

Simple [webpack 4](https://webpack.js.org) plugin that allows you to modify json files during the emit-phase (when all modules have been sealed and compiled). You can add stuff, remove stuff, or replace the contents completely.

Expand Down

0 comments on commit e44e747

Please sign in to comment.