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

Commit

Permalink
add umd builds to pkg#files
Browse files Browse the repository at this point in the history
  • Loading branch information
jparklev committed May 5, 2020
1 parent 5cfd530 commit 3febc91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/services-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"README.md",
"LICENSE",
"src/**/*.js",
"dist/**/*.js"
"dist/**/*.js",
"umd/*"
],
"dependencies": {
"babel-runtime": "^6.26.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/test-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"files": [
"package.json",
"LICENSE",
"dist/**/*"
"dist/**/*",
"umd/*"
]
}

0 comments on commit 3febc91

Please sign in to comment.