Skip to content

Commit

Permalink
update project build
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathantneal committed Aug 5, 2021
1 parent ca4e244 commit 8581480
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/stringify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"typings": "types/index.d.ts",
"jsdelivr": "dist/index.iife.js",
"unpkg": "dist/index.iife.js",
"jsdelivr": "dist/index.global.js",
"unpkg": "dist/index.global.js",
"exports": {
"require": "./dist/index.cjs",
"import": "./dist/index.mjs",
Expand Down

0 comments on commit 8581480

Please sign in to comment.