Skip to content

Commit 1647c42

Browse files
committed
version 1.0.2
1 parent bacd390 commit 1647c42

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/npm-publish-github-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
node-version: 20
2121
registry-url: https://npm.pkg.github.com/
22-
- run: npm install
22+
- run: npm ci
2323
- run: npm run build
2424
- run: npm publish --access public
2525
env:

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emmveqz/js-utils",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Utilities for JavaScript",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)