Skip to content

Commit

Permalink
Merge branch 'release/1.0.10'
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Dec 11, 2022
2 parents 5e7b701 + b699c8b commit 8a203e7
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 8a203e7

Please sign in to comment.