Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
rmv 'browser' fields from pkg.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jparklev committed May 29, 2020
1 parent a8b2abd commit c7ea0d5
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion packages/dai-plugin-governance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"url": "https://github.com/makerdao/dai-plugin-governance.git"
},
"main": "dist/index.js",
"browser": "umd/index.js",
"unpkg": "umd/index.js",
"jsdelivr": "umd/index.js",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion packages/dai-plugin-mcd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"version": "1.5.3",
"license": "MIT",
"main": "dist/index.js",
"browser": "umd/index.js",
"unpkg": "umd/index.js",
"jsdelivr": "umd/index.js",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion packages/dai-plugin-migrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"version": "1.3.0",
"license": "MIT",
"main": "dist/index.js",
"browser": "umd/index.js",
"unpkg": "umd/index.js",
"jsdelivr": "umd/index.js",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion packages/dai-plugin-scd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"version": "1.2.3",
"license": "MIT",
"main": "dist/src/index.js",
"browser": "umd/index.js",
"unpkg": "umd/index.js",
"jsdelivr": "umd/index.js",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion packages/dai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"umd/*"
],
"main": "dist/src/index.js",
"browser": "umd/index.js",
"unpkg": "umd/index.js",
"jsdelivr": "umd/index.js",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion packages/services-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"version": "0.10.0",
"license": "MIT",
"main": "dist/index.js",
"browser": "umd/index.js",
"unpkg": "umd/index.js",
"jsdelivr": "umd/index.js",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion packages/test-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"version": "0.3.0",
"license": "MIT",
"main": "dist/index.js",
"browser": "umd/index.js",
"unpkg": "umd/index.js",
"dependencies": {
"node-fetch": "^2.6.0"
Expand Down

0 comments on commit c7ea0d5

Please sign in to comment.