-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Showing
8 changed files
with
29 additions
and
42 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -86,4 +86,4 @@ jobs: | |
- name: Lint | ||
run: npm run lint | ||
- name: Lint Types | ||
run: npm run dtslint | ||
run: npm run tsd |
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
File renamed without changes.
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 |
---|---|---|
|
@@ -5,6 +5,7 @@ | |
"author": "TJ Holowaychuk <[email protected]>", | ||
"main": "index.js", | ||
"browser": "browser.js", | ||
"types": "index.d.ts", | ||
"contributors": [ | ||
"Nathan Rajlich <[email protected]>", | ||
"Rod Vagg <[email protected]>", | ||
|
@@ -32,7 +33,7 @@ | |
"generate-wpt": "node ./test/wpt/generate.js", | ||
"test-wpt": "mocha test/wpt/generated/*.js", | ||
"install": "node-pre-gyp install --fallback-to-build --update-binary", | ||
"dtslint": "dtslint types" | ||
"tsd": "tsd" | ||
}, | ||
"binary": { | ||
"module_name": "canvas", | ||
|
@@ -43,12 +44,13 @@ | |
}, | ||
"files": [ | ||
"binding.gyp", | ||
"browser.js", | ||
"index.d.ts", | ||
"index.js", | ||
"lib/", | ||
"src/", | ||
"util/", | ||
"types/index.d.ts" | ||
"util/" | ||
], | ||
"types": "types/index.d.ts", | ||
"dependencies": { | ||
"@mapbox/node-pre-gyp": "^1.0.0", | ||
"node-addon-api": "^7.0.0", | ||
|
@@ -57,12 +59,12 @@ | |
"devDependencies": { | ||
"@types/node": "^10.12.18", | ||
"assert-rejects": "^1.0.0", | ||
"dtslint": "^4.0.7", | ||
"express": "^4.16.3", | ||
"js-yaml": "^4.1.0", | ||
"mocha": "^5.2.0", | ||
"pixelmatch": "^4.0.2", | ||
"standard": "^12.0.1", | ||
"tsd": "^0.29.0", | ||
"typescript": "^4.2.2" | ||
}, | ||
"engines": { | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.