Skip to content

Commit

Permalink
Updated url's due to transfer of repository to @custom-dev-tools
Browse files Browse the repository at this point in the history
Also updated copyright year.
  • Loading branch information
custom-dev-tools committed Jun 19, 2020
1 parent f236b14 commit 81409df
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 12 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

## [Unreleased]

## [1.3.5] - 2020.06.19

### Updated
- Transferred ownership of package to @custom-dev-tools.

## [1.3.4] - 2020-03-18

### Security
Expand Down
2 changes: 1 addition & 1 deletion LICENSE-MIT
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2019 Matthew Rath
Copyright (c) 2020 Matthew Rath

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[![NPM version](http://img.shields.io/npm/v/grunt-cache-killer.svg?label=grunt-cache-killer&logo=npm)](https://www.npmjs.com/package/grunt-cache-killer?activeTab=versions) ![Maintained](https://img.shields.io/static/v1.svg?label=maintained&message=yes&color=informational&logo=npm) ![NPN downloads](http://img.shields.io/npm/dt/grunt-cache-killer.svg?logo=npm)

[![GitHub version](https://img.shields.io/github/package-json/v/midnight-coding/grunt-cache-killer.svg?label=grunt-cache-killer&logo=github)](https://github.com/midnight-coding/grunt-cache-killer/releases) [![GitHub License](https://img.shields.io/github/license/midnight-coding/grunt-cache-killer.svg?color=informational&logo=github)](https://github.com/midnight-coding/grunt-cache-killer/blob/master/LICENSE-MIT) ![GitHub release date](https://img.shields.io/github/release-date/midnight-coding/grunt-cache-killer.svg?logo=github) [![GitHub open issues](https://img.shields.io/github/issues-raw/midnight-coding/grunt-cache-killer.svg?logo=github)](https://github.com/midnight-coding/grunt-cache-killer/milestones?state=open) [![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/midnight-coding/grunt-cache-killer.svg?logo=github)](https://github.com/midnight-coding/grunt-cache-killer/milestones?state=closed)
[![GitHub version](https://img.shields.io/github/package-json/v/custom-dev-tools/grunt-cache-killer.svg?label=grunt-cache-killer&logo=github)](https://github.com/custom-dev-tools/grunt-cache-killer/releases) [![GitHub License](https://img.shields.io/github/license/custom-dev-tools/grunt-cache-killer.svg?color=informational&logo=github)](https://github.com/custom-dev-tools/grunt-cache-killer/blob/master/LICENSE-MIT) ![GitHub release date](https://img.shields.io/github/release-date/custom-dev-tools/grunt-cache-killer.svg?logo=github) [![GitHub open issues](https://img.shields.io/github/issues-raw/custom-dev-tools/grunt-cache-killer.svg?logo=github)](https://github.com/custom-dev-tools/grunt-cache-killer/milestones?state=open) [![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/custom-dev-tools/grunt-cache-killer.svg?logo=github)](https://github.com/custom-dev-tools/grunt-cache-killer/milestones?state=closed)

---

Expand All @@ -16,7 +16,7 @@ This [Grunt](https://gruntjs.com/) plugin inserts a **cache avoiding** string in

Find this plugin at:
- [https://www.npmjs.com/package/grunt-cache-killer](https://www.npmjs.com/package/grunt-cache-killer).
- [https://github.com/midnight-coding/grunt-cache-killer](https://github.com/midnight-coding/grunt-cache-killer).
- [https://github.com/custom-dev-tools/grunt-cache-killer](https://github.com/custom-dev-tools/grunt-cache-killer).

## Table Of Contents

Expand Down Expand Up @@ -379,4 +379,4 @@ In lieu of a formal styleguide, take care to maintain the existing coding style.

Find more on the release history at:

[https://github.com/midnight-coding/grunt-cache-killer/blob/master/CHANGELOG.md](https://github.com/midnight-coding/grunt-cache-killer/blob/master/CHANGELOG.md).
[https://github.com/custom-dev-tools/grunt-cache-killer/blob/master/CHANGELOG.md](https://github.com/custom-dev-tools/grunt-cache-killer/blob/master/CHANGELOG.md).
4 changes: 2 additions & 2 deletions build/gruntfile.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* grunt-cache-killer
* https://github.com/midnight-coding/grunt-cache-killer
* https://github.com/custom-dev-tools/grunt-cache-killer
*
* Copyright (c) 2019 Matthew Rath
* Copyright (c) 2020 Matthew Rath
* Licensed under the MIT license.
*/

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "grunt-cache-killer",
"description": "Kill your asset cache file problems by updating their filenames and any references to them.",
"version": "1.3.4",
"homepage": "https://github.com/midnight-coding/grunt-cache-killer",
"version": "1.3.5",
"homepage": "https://github.com/custom-dev-tools/grunt-cache-killer",
"author": {
"name": "Matthew Rath",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/midnight-coding/grunt-cache-killer.git"
"url": "https://github.com/custom-dev-tools/grunt-cache-killer.git"
},
"bugs": {
"url": "https://github.com/midnight-coding/grunt-cache-killer/issues"
"url": "https://github.com/custom-dev-tools/grunt-cache-killer/issues"
},
"license": "MIT",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions tasks/cacheKiller.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* grunt-cache-killer
* https://github.com/midnight-coding/grunt-cache-killer
* https://github.com/custom-dev-tools/grunt-cache-killer
*
* Copyright (c) 2019 Matthew Rath
* Copyright (c) 2020 Matthew Rath
* Licensed under the MIT license.
*/

Expand Down

0 comments on commit 81409df

Please sign in to comment.