Skip to content

Commit

Permalink
chore: remove es5 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
niuiic committed Aug 11, 2023
1 parent b3fa70f commit 50c2874
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 1,095 deletions.
13 changes: 9 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
"types": "dist/types/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"engines": {
"node": ">=16"
},
Expand All @@ -29,14 +31,17 @@
"type": "git",
"url": "https://github.com/niuiic/flow.git"
},
"keywords": ["functional programming", "stream programming", "lazy evaluation", "concurrency"],
"keywords": [
"functional programming",
"stream programming",
"lazy evaluation",
"concurrency"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"devDependencies": {
"@babel/preset-env": "^7.22.10",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-typescript": "^11.1.2",
"@types/jest": "^29.5.3",
"@types/node": "^20.4.9",
Expand Down
Loading

0 comments on commit 50c2874

Please sign in to comment.