Skip to content

Commit c374a9a

Browse files
committed
chore: add "type": "module" in package.json
1 parent d41bc62 commit c374a9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@unsass/css",
33
"version": "2.3.0",
44
"description": "Sass mixins to manage CSS declarations with custom properties option.",
5+
"type": "module",
56
"scripts": {
67
"lint:css": "stylelint --fix \"**/*.scss\"",
78
"lint": "npm-run-all --parallel lint:*",

0 commit comments

Comments
 (0)