Skip to content

Commit

Permalink
fix: corrected package meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
swernerx committed Mar 7, 2024
1 parent 87c568f commit bb08cf4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name": "@effective/css-reset",
"version": "1.0.2",
"description": "Effective CSS Reset",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rimraf dist && cpy src/assets/**/* dist/assets && tsc",
"prepare": "npm run build",
Expand Down

0 comments on commit bb08cf4

Please sign in to comment.