Skip to content

Commit b8084d2

Browse files
authored
fix: set correct path for typings field in package.json (#30)
1 parent 6422681 commit b8084d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@bitarray/es6",
33
"version": "1.1.2",
44
"description": "An ES6 BitArray class for easy and native-like operations on sequences of bits",
5-
"typings": "./dist/esm/bitarray.d.ts",
5+
"typings": "./dist/esm/src/bitarray.d.ts",
66
"exports": {
77
".": {
88
"types": "./dist/esm/src/bitarray.d.ts",

0 commit comments

Comments
 (0)