Skip to content

Commit decb74c

Browse files
author
Deepak Kumar
committed
Bump version to 7.4.0-beta.1 and remove "browser" export field from package.json.
1 parent cd8651c commit decb74c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stomp/stompjs",
3-
"version": "7.3.0",
3+
"version": "7.4.0-beta.1",
44
"description": "STOMP client for Javascript and Typescript",
55
"scripts": {
66
"clean": "rm -rf bundles esm6",
@@ -51,7 +51,6 @@
5151
"type": "module",
5252
"exports": {
5353
".": {
54-
"browser": "./bundles/stomp.umd.js",
5554
"require": {
5655
"types": "./index.d.ts",
5756
"default": "./bundles/stomp.umd.js"

0 commit comments

Comments
 (0)