Merge pull request #63 from PeculiarVentures/fix-publish

fix: publish
This commit is contained in:
Miroshin Stepan 2023-03-21 20:12:56 +01:00 committed by GitHub
commit 07faa0f1b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@peculiar/webcrypto", "name": "@peculiar/webcrypto",
"version": "1.4.0", "version": "1.4.1",
"description": "A WebCrypto Polyfill for NodeJS", "description": "A WebCrypto Polyfill for NodeJS",
"repository": { "repository": {
"type": "git", "type": "git",
@ -101,4 +101,4 @@
], ],
"spec": "test/**/*.ts" "spec": "test/**/*.ts"
} }
} }