Skip to content

Commit

Permalink
Change type to module
Browse files Browse the repository at this point in the history
  • Loading branch information
sunesimonsen committed Dec 18, 2023
1 parent f153d05 commit 7f54efd
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "stylewars",
"type": "module",
"version": "2.2.1",
"description": "A tiny CSS in JS library that requires no tooling",
"main": "dist/bundle.cjs.js",
Expand All @@ -19,11 +20,7 @@
"start": "serve example",
"example:deploy": "surge example stylewars.surge.sh"
},
"keywords": [
"css",
"css-in-js",
"styles"
],
"keywords": ["css", "css-in-js", "styles"],
"author": "Sune Simonsen",
"license": "MIT",
"bugs": "https://github.com/sunesimonsen/stylewars/issues",
Expand Down

0 comments on commit 7f54efd

Please sign in to comment.