Skip to content

Commit

Permalink
Corrected unpkg and jsdelivr
Browse files Browse the repository at this point in the history
  • Loading branch information
tikudev committed May 24, 2023
1 parent c01e42f commit 1fed97d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
},
"keywords": [
"ramda",
"reactify",
"vue chemistry",
"vue",
"reactive",
"vue chemistry",
"composition api",
"vueuse"
],
Expand All @@ -39,8 +39,8 @@
"./dist/": "./dist/"
},
"module": "./es/index.js",
"unpkg": "dist/ramda.min.js",
"jsdelivr": "dist/ramda.min.js",
"unpkg": "dist/ramda-reactive.min.js",
"jsdelivr": "dist/ramda-reactive.min.js",
"files": [
"es",
"src",
Expand Down

0 comments on commit 1fed97d

Please sign in to comment.