Skip to content

Commit

Permalink
intljusticemission renamed to jquense (jquense#1710)
Browse files Browse the repository at this point in the history
Reflect new repo location, fixed linting error on DefinitelyTyped:

```
Error: At least one of the project urls listed in the header, ["https://github.com/jquense/react-big-calendar"], must match the homepage listed by npm, 'https://github.com/intljusticemission/react-big-calendar'.
If your d.ts file is not for the npm package with URL https://github.com/intljusticemission/react-big-calendar,
change the name by adding -browser to the end and change the first line
of the Definitely Typed header to

    // Type definitions for non-npm package react-big-calendar-browser

    at check (/Users/sebu/Devel/_forks/DefinitelyTyped/node_modules/dts-critic/index.js:169:23)
    at dtsCritic (/Users/sebu/Devel/_forks/DefinitelyTyped/node_modules/dts-critic/index.js:20:5)
    at processTicksAndRejections (internal/process/task_queues.js:93:5)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] lint: `dtslint types "react-big-calendar"`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] lint script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
```
  • Loading branch information
sbusch authored Jul 21, 2020
1 parent c52609b commit 932a888
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/intljusticemission/react-big-calendar.git"
"url": "git+https://github.com/jquense/react-big-calendar.git"
},
"license": "MIT",
"main": "lib/index.js",
Expand Down Expand Up @@ -144,9 +144,9 @@
"babel-core": "7.0.0-bridge.0"
},
"bugs": {
"url": "https://github.com/intljusticemission/react-big-calendar/issues"
"url": "https://github.com/jquense/react-big-calendar/issues"
},
"readme": "ERROR: No README data found!",
"homepage": "https://github.com/intljusticemission/react-big-calendar#readme",
"homepage": "https://github.com/jquense/react-big-calendar#readme",
"_id": "[email protected]"
}

0 comments on commit 932a888

Please sign in to comment.