8000 Add types by TaylorBeeston · Pull Request #14 · syntax-tree/hastscript · GitHub
[go: up one dir, main page]

Skip to content

Add types #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jul 13, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Flatten type defintions
  • Loading branch information
TaylorBeeston committed Jul 13, 2020
commit aa0b4a50afc4923620f0131f57d58b44c1f55b59
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"contributors": [
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
],
"types": "types",
"types": "index.d.ts",
"files": [
"types/index.d.ts",
"types/svg.d.ts",
"index.d.ts",
"svg.d.ts",
"index.js",
"factory.js",
"html.js",
Expand Down Expand Up @@ -64,7 +64,7 @@
"build": "npm run build-bundle && npm run build-mangle",
"test-api": "node test",
"test-coverage": "nyc --reporter lcov tape test.js",
"test-types": "dtslint types",
"test-types": "dtslint .",
"test": "npm run generate && npm run format && npm run build && npm run test-coverage && npm run test-types"
},
"nyc": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
0