Skip to content

Commit

Permalink
fix: flow types should live in umd folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Zivolo committed Nov 28, 2018
1 parent 44be8de commit 463b430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/popper/package.json
Expand Up @@ -32,7 +32,7 @@
"postpublish": "nuget-publish && ./bower-publish.sh",
"prebuild": "yarn lint",
"pretest": "yarn lint",
"build": "node bundle.js && cp index.js.flow dist/esm/poppper.js.flow",
"build": "node bundle.js && cp index.js.flow dist/umd/poppper.js.flow",
"lint": "eslint .",
"test": "popper-karma",
"posttest": "tsc --project tests/types/tsconfig.json",
Expand Down

0 comments on commit 463b430

Please sign in to comment.