Skip to content

Commit

Permalink
fix(sockets): Publish proper files, fix main
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCizmar committed Jul 13, 2021
1 parent 0339a37 commit c2c131c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/socketio-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
"name": "@tolgee/socketio-client",
"version": "1.0.0-alpha.50",
"description": "Client library for Tolgee Socket.io server",
"main": "dist/tolgee.umd.js",
"main": "dist/tolgee-socketio-client.commonjs.js",
"types": "./lib/index.d.ts",
"scripts": {
"build": "webpack --env mode=production && tsc",
"test": "jest --config ./jest.config.js",
"play": "ts-node play.ts"
"test": "jest --config ./jest.config.js"
},
"files": [
"lib/**/*",
Expand Down

0 comments on commit c2c131c

Please sign in to comment.