-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Thom van Kalkeren
committed
Aug 6, 2021
1 parent
82eba59
commit 4d9e218
Showing
3 changed files
with
16 additions
and
42 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"version": "2.1.1", | ||
"description": "React library to make rendering linked data easy", | ||
"sideEffects": false, | ||
"repository": "https://github.com/fletcher91/link-redux.git", | ||
"repository": "https://github.com/rescribet/link-redux.git", | ||
"scripts": { | ||
"build": "pika build", | ||
"doc": "rm -rf dist/docs/* && typedoc --tsconfig tsconfig-types.json --exclude **/*.spec.ts --excludeExternals --excludePrivate --mode file --theme minimal --target ES6 --includeDeclarations --out dist/docs/ src/", | ||
|
@@ -15,7 +15,7 @@ | |
"test": "jest --coverage", | ||
"version": "npm run build" | ||
}, | ||
"author": "Fletcher91 <[email protected]>", | ||
"author": "Thom van Kalkeren <[email protected]>", | ||
"license": "LGPL-3.0", | ||
"@pika/pack": { | ||
"pipeline": [ | ||
|