Skip to content

Commit

Permalink
fix: repo paths (#362)
Browse files Browse the repository at this point in the history
After moving the project from
[contentful-labs](https://github.com/contentful-labs) to
[contentful-userland]https://github.com/contentful-userland) we have to
relfect the change in code.
  • Loading branch information
marcolink authored Aug 20, 2024
1 parent ef9297f commit f53bdfe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
[![Version](https://img.shields.io/npm/v/cf-content-types-generator.svg)](https://npmjs.org/package/cf-content-types-generator)
[![Downloads/week](https://img.shields.io/npm/dw/cf-content-types-generator.svg)](https://npmjs.org/package/cf-content-types-generator)
[![License](https://img.shields.io/npm/l/cf-content-types-generator.svg)](https://github.com/contentful-labs/cf-content-types-generator/blob/master/package.json)
[![Coverage Status](https://coveralls.io/repos/github/contentful-labs/cf-content-types-generator/badge.svg)](https://coveralls.io/github/contentful-labs/cf-content-types-generator)
[![License](https://img.shields.io/npm/l/cf-content-types-generator.svg)](https://github.com/contentful-userland/cf-content-types-generator/blob/master/package.json)
[![Coverage Status](https://coveralls.io/repos/github/contentful-userland/cf-content-types-generator/badge.svg)](https://coveralls.io/github/contentful-userland/cf-content-types-generator)

# Table of Contents

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"bugs": "https://github.com/contentful-labs/cf-content-types-generator/issues",
"bugs": "https://github.com/contentful-userland/cf-content-types-generator/issues",
"engines": {
"node": ">=20.0.0"
},
"oclif": {
"default": ".",
"commands": "./lib/commands"
},
"repository": "contentful-labs/cf-content-types-generator",
"repository": "contentful-userland/cf-content-types-generator",
"files": [
"/bin",
"/lib"
Expand Down

0 comments on commit f53bdfe

Please sign in to comment.