Skip to content

Commit

Permalink
Fix module field in @uppy/angular package.json (#3365)
Browse files Browse the repository at this point in the history
Fixes #3354
  • Loading branch information
Murderlon committed Dec 13, 2021
1 parent 3e5be32 commit 658a15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@uppy/angular/package.json
@@ -1,7 +1,7 @@
{
"name": "@uppy/angular",
"version": "0.2.7",
"module": "dist/angular/esm2015/public-api.js",

This comment has been minimized.

Copy link
@Qianhao96

Qianhao96 Dec 17, 2021

nice

"module": "dist/angular/esm2020/public-api.mjs",
"types": "dist/angular/uppy-angular.d.ts",
"scripts": {
"ng": "ng",
Expand Down

0 comments on commit 658a15f

Please sign in to comment.