Skip to content

Commit

Permalink
fix(npm-scripts): use proper npm variable for targeting main path in …
Browse files Browse the repository at this point in the history
…'size' command
  • Loading branch information
Hotell committed Jun 4, 2017
1 parent a2c3e5d commit 7fc44b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -42,7 +42,7 @@
"release:npm": "npm publish",
"release:preflight": "irish-pub",
"release:preflight:package": "npm pack",
"size": "shx echo \"Gzipped Size:\" && cross-var strip-json-comments --no-whitespace $npm_package_umd_main | gzip-size"
"size": "shx echo \"Gzipped Size:\" && cross-var strip-json-comments --no-whitespace $npm_package_main | gzip-size"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit 7fc44b1

Please sign in to comment.