Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit be9f622

Browse files
committed
chore: add typings/files to pakcage.json
1 parent f48e620 commit be9f622

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@
1111
"nested"
1212
],
1313
"main": "index.js",
14+
"typings": "index.d.ts",
1415
"type": "commonjs",
1516
"repository": "https://github.com/k-g-a/postcss-nested-once",
1617
"author": "Gleb Kochergin <[email protected]>",
1718
"license": "MIT",
1819
"private": false,
20+
"files": ["index.js", "index.d.ts"],
1921
"engines": {
2022
"node": ">=10.0"
2123
},

0 commit comments

Comments
 (0)