Skip to content
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.

Commit

Permalink
docs: fix link to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahsnider committed Jan 18, 2021
1 parent 323c5c9 commit be1c814
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"description": "Save the Yarn 2 cache folder between Netlify builds",
"bugs": {
"url": "https://github.com/pizzafox/netlify-cache-yarn2/issues"
"url": "https://github.com/pizzafox/netlify-plugin-cache-yarn2/issues"
},
"dependencies": {
"@netlify/cache-utils": "1.0.6",
Expand Down Expand Up @@ -37,11 +37,11 @@
],
"license": "Apache-2.0",
"main": "dist/index.js",
"module": "dist/netlify-cache-yarn2.esm.js",
"module": "dist/netlify-plugin-cache-yarn2.esm.js",
"name": "netlify-plugin-cache-yarn2",
"repository": {
"type": "git",
"url": "git+https://github.com/pizzafox/netlify-cache-yarn2.git"
"url": "git+https://github.com/pizzafox/netlify-plugin-cache-yarn2.git"
},
"scripts": {
"build": "tsdx build",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Save the Yarn 2 cache folder between Netlify builds.
[![add to netlify](https://img.shields.io/badge/add%20to-netlify-00AD9F)](https://app.netlify.com/plugins/netlify-plugin-cache-yarn2/install)
[![npm](https://img.shields.io/npm/v/netlify-plugin-cache-yarn2)](https://www.npmjs.com/package/netlify-plugin-cache-yarn2)
[![downloads per week](https://img.shields.io/npm/dw/netlify-plugin-cache-yarn2)](https://www.npmjs.com/package/netlify-plugin-cache-yarn2)
[![Build Status](https://github.com/pizzafox/netlify-cache-yarn2/workflows/CI/badge.svg)](https://github.com/pizzafox/netlify-cache-yarn2/actions)
[![Build Status](https://github.com/pizzafox/netlify-plugin-cache-yarn2/workflows/CI/badge.svg)](https://github.com/pizzafox/netlify-plugin-cache-yarn2/actions)

A [Netlify build plugin](https://docs.netlify.com/configure-builds/build-plugins/).

Expand Down

0 comments on commit be1c814

Please sign in to comment.