Skip to content

Commit

Permalink
build(circularprogress): add packagejson entries for style and types
Browse files Browse the repository at this point in the history
  • Loading branch information
jaketrent committed Oct 15, 2020
1 parent 7631a16 commit 614ccf2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/circularprogress/package.json
Expand Up @@ -8,6 +8,8 @@
"keywords": [],
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"style": "dist/index.css",
"types": "dist/esm/index.d.ts",
"scripts": {
"build": "run-s build:cjs build:esm build:css",
"build:cjs": "tsc --project tsconfig.build.json --module commonjs --target es5 --outDir dist/cjs",
Expand Down

0 comments on commit 614ccf2

Please sign in to comment.