Skip to content

Commit

Permalink
Merge pull request #14 from benmccann/esm-only
Browse files Browse the repository at this point in the history
ESM only
  • Loading branch information
antony authored Aug 1, 2024
2 parents 20a9927 + 9ec80bb commit c83a133
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
{
"name": "@beyonk/svelte-facebook-pixel",
"type": "module",
"svelte": "src/index.js",
"module": "dist/index.mjs",
"main": "dist/index.js",
"exports": "src/index.js",
"scripts": {
"dev": "WATCH=true nollup -c --hot --port 5000 --content-base ./public -s",
"build": "rollup -c",
"prepublishOnly": "npm run build",
"lint": "eslint . --ext .svelte,.html,.js"
},
"devDependencies": {
Expand Down Expand Up @@ -35,8 +32,7 @@
"svelte"
],
"files": [
"src",
"dist"
"src"
],
"version": "3.0.2"
}

0 comments on commit c83a133

Please sign in to comment.