Skip to content

Commit

Permalink
✨Update main and module scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Randy Lebeau committed Feb 19, 2020
1 parent 95bf1b7 commit 929fca6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "socket.io-mock",
"version": "1.2.4",
"description": "a mocked version of a socket.io socket for testing",
"main": "dist/index.min.js",
"module": "dist/index.js",
"main": "dist/index.js",
"module": "dist/index.es.js",
"scripts": {
"lint": "standard",
"test": "./scripts/test.sh",
Expand Down

0 comments on commit 929fca6

Please sign in to comment.