Skip to content

Commit

Permalink
Revert "Init TypeScript typings"
Browse files Browse the repository at this point in the history
This reverts commit 5ea70a0.
  • Loading branch information
yassernasc committed Jan 9, 2025
1 parent 5ea70a0 commit efe523d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 251 deletions.
240 changes: 0 additions & 240 deletions index.d.ts

This file was deleted.

12 changes: 1 addition & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,14 @@
"version": "2.6.1",
"description": "Streaming data for JavaScript",
"exports": {
".": {
"types": "./index.d.ts",
"default": "./index.js"
},
".": "./index.js",
"./package": "./package.json",
"./promises": "./promises.js",
"./web": "./web.js",
"./global": "./global.js"
},
"files": [
"index.js",
"index.d.ts",
"promises.js",
"web.js",
"global.js"
Expand All @@ -36,14 +32,8 @@
"streamx": "^2.21.0"
},
"devDependencies": {
"bare-buffer": "^2.7.1",
"bare-events": "^2.5.3",
"brittle": "^3.5.2",
"prettier": "^3.3.3",
"prettier-config-standard": "^7.0.0"
},
"peerDependencies": {
"bare-buffer": "*",
"bare-events": "*"
}
}

0 comments on commit efe523d

Please sign in to comment.