Skip to content

Commit

Permalink
Fix jsdelivr entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
xenova committed May 15, 2023
1 parent 261f085 commit cc60ee5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xenova/transformers",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"description": "State-of-the-art Machine Learning for the web. Run 🤗 Transformers directly in your browser, with no need for a server!",
"main": "./src/transformers.js",
"types": "./types/transformers.d.ts",
Expand Down Expand Up @@ -69,8 +69,6 @@
"publishConfig": {
"access": "public"
},
"jsdelivr": {
"main": "./dist/transformers.min.js"
},
"jsdelivr": "./dist/transformers.min.js",
"unpkg": "./dist/transformers.min.js"
}

0 comments on commit cc60ee5

Please sign in to comment.