Skip to content

Commit

Permalink
Styles exports
Browse files Browse the repository at this point in the history
  • Loading branch information
rokbar-nosto committed Dec 12, 2023
1 parent c9b140e commit 21413ba
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@
"./styles.css": {
"import": "./dist/styles.css",
"require": "./dist/styles.css"
},
"./dist/styles.css": {
"import": "./dist/styles.css",
"require": "./dist/styles.css"
}
},
"typesVersions": {
Expand All @@ -63,9 +67,7 @@
},
"types": "dist/nosto-autocomplete.d.ts",
"files": [
"dist",
"dist/liquid",
"dist/mustache"
"dist/**/*"
],
"scripts": {
"build": "npm run typecheck && npm run lint && npm run build:liquid && npm run build:mustache && npm run build:base && npm run build:styles",
Expand Down

0 comments on commit 21413ba

Please sign in to comment.