Skip to content

Commit

Permalink
fix: update release script to include npm flag
Browse files Browse the repository at this point in the history
  • Loading branch information
alessiofrittoli committed Dec 27, 2024
1 parent ac78f9b commit e304894
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Date Utils 🗓️

Version 2.0.0
Version 2.0.1

[![Coverage Status](https://coveralls.io/repos/github/alessiofrittoli/date-utils/badge.svg)](https://coveralls.io/github/alessiofrittoli/date-utils) [![Dependencies](https://img.shields.io/librariesio/release/npm/%40alessiofrittoli%2Fdate-utils)](https://libraries.io/npm/%40alessiofrittoli%2Fdate-utils)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alessiofrittoli/date-utils",
"version": "2.0.0",
"version": "2.0.1",
"description": "Lightweight TypeScript date utility functions library",
"author": {
"name": "Alessio Frittoli",
Expand Down Expand Up @@ -80,7 +80,7 @@
"scripts": {
"build": "pnpm lint && pnpm test:ci && tsup",
"build:watch": "tsup --watch",
"release": "node scripts/publish.js --verbose",
"release": "node scripts/publish.js --verbose --npm",
"lint": "eslint",
"test:watch": "jest --watchAll --verbose",
"test:ci": "jest --ci --verbose",
Expand Down

0 comments on commit e304894

Please sign in to comment.