Skip to content

Commit

Permalink
set css bundle as main
Browse files Browse the repository at this point in the history
  • Loading branch information
argyleink committed Nov 30, 2021
1 parent 9dbc0ff commit e703cc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -3,7 +3,7 @@
"name": "open-props",
"author": "Adam Argyle",
"license": "MIT",
"version": "1.0.0",
"version": "1.0.1",
"repository": {
"type": "git",
"url": "https://github.com/argyleink/open-props"
Expand All @@ -17,7 +17,7 @@
],
"style": "open-props.min.css",
"source": "src/index.js",
"main": "dist/open-props.cjs",
"main": "open-props.min.css",
"module": "./dist/open-props.module.js",
"browserslist": [
"defaults"
Expand Down

0 comments on commit e703cc1

Please sign in to comment.