Mirror: 🎩 A tiny but capable push & pull stream library for TypeScript and Flow

Remove deprecated root folder mapping (#127)

Changed files
+1 -2
+1 -2
package.json
···
"types": "./dist/types/index.d.ts",
"source": "./src/index.ts"
},
-
"./package.json": "./package.json",
-
"./": "./"
},
"sideEffects": false,
"files": [
···
"types": "./dist/types/index.d.ts",
"source": "./src/index.ts"
},
+
"./package.json": "./package.json"
},
"sideEffects": false,
"files": [