Skip to content

Commit

Permalink
Add support for ESM (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
nunofgs authored Dec 14, 2023
1 parent 74e6124 commit 7a9fe52
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,17 @@
"version": "3.6.4",
"description": "Build beautiful in-app flows with no code and deliver them instantly to your app. http://customer.io",
"private": false,
"browser": "dist/gist.min.js",
"scripts": {
"start": "npm-run-all --parallel watch:server watch:build",
"build:prod": "webpack -p --mode=production -o dist/gist.min.js",
"watch:build": "webpack --watch --progress --mode=development",
"watch:server": "http-server"
},
"browser": "dist/gist.min.js",
"exports": {
"require": "./dist/gist.min.js",
"import": "./src/index.js"
},
"author": "Customer.io (https://customer.io)",
"license": "SEE LICENSE IN LICENSE",
"devDependencies": {
Expand Down

0 comments on commit 7a9fe52

Please sign in to comment.