From e44e74742c644ca5634cc92a379f2dec649d0b4f Mon Sep 17 00:00:00 2001 From: Christoffer Skeppstedt Date: Thu, 12 Aug 2021 19:08:16 +0200 Subject: [PATCH] Update readme with travis badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e65557..90ba959 100644 --- a/README.md +++ b/README.md @@ -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.