Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Update dependencies #81

Merged
merged 1 commit into from
Oct 22, 2016
Merged

Update dependencies #81

merged 1 commit into from
Oct 22, 2016

Conversation

Blizzara
Copy link
Collaborator

Please run "rm -r node_modules; npm install" after getting this commit.

- run "npm update"
- clean package.json
- switch deprecated packages to non-deprecated ones
- mainly switch from "tsd" to "typings"
NOTE: node.d.ts and require.d.ts have been manually edited to prevent
Require and NodeRequire from clashing (see e.g.
DefinitelyTyped/DefinitelyTyped#7049 (comment))

- replace "throw err; return null;" with "return Promise.reject(err)",
as typescript and throwing does not work together (see e.g.
microsoft/TypeScript#7588)
- fix some other typing stuff
- fix 'use strict';s to be on top of the files

Please run "rm -r node_modules; npm install" after getting this commit.
@Blizzara Blizzara merged commit f9becb0 into master Oct 22, 2016
@Blizzara Blizzara deleted the update-dependencies branch October 22, 2016 16:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant