Skip to content

Commit

Permalink
use extension name
Browse files Browse the repository at this point in the history
  • Loading branch information
jibon57 committed Apr 14, 2023
1 parent 3fea7f4 commit 0bdfb97
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
{
"name": "plugnmeet-sdk-js",
"version": "1.2.3",
"version": "1.2.4",
"description": "plugNmeet JS SDK",
"author": "Jibon L. Costa",
"license": "MIT",
"repository": "https://github.com/mynaparrot/plugNmeet-sdk-js",
"source": "src/PlugNmeet.ts",
"main": "dist/main.js",
"module": "dist/module.js",
"main": "dist/PlugNmeet.cjs",
"module": "dist/PlugNmeet.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
"dist",
"LICENSE",
"README.md"
],
"scripts": {
"start": "rm -rf ./dist && concurrently -c \"red,green\" --kill-others \"tsc --watch -p . --outDir ./dist && esw -w --ext '.ts','.js' --fix\"",
Expand Down

0 comments on commit 0bdfb97

Please sign in to comment.