Skip to content

Commit

Permalink
chore: Version 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Dec 11, 2022
1 parent fce7c2d commit b699c8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-critical",
"version": "1.0.9",
"version": "1.0.10",
"description": "Rollup plugin to generate critical CSS.",
"author": "nystudio107",
"license": "MIT",
Expand Down Expand Up @@ -32,7 +32,7 @@
"dev": "nr build --watch",
"lint": "tsc --noEmit && eslint './src/**/*.{js,ts,vue}' --fix",
"prepublishOnly": "nr build",
"release": "npm publish",
"release": "npm login && npm publish",
"test": "vitest run --coverage",
"test-dev": "vitest --coverage"
},
Expand Down

0 comments on commit b699c8b

Please sign in to comment.