Skip to content

Commit e63e8d4

Browse files
committed
remove absolute import
1 parent 315ec7e commit e63e8d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"files": [
1414
"lib",
1515
"dist",
16-
"/typings/react-popper.d.ts"
16+
"typings/react-popper.d.ts"
1717
],
1818
"scripts": {
1919
"build": "npm run build:cjs && npm run build:esm && cp src/styles.css dist",

0 commit comments

Comments
 (0)