Skip to content

Commit

Permalink
Drop useless name argument for ES module build
Browse files Browse the repository at this point in the history
  • Loading branch information
gentooboontoo committed Apr 5, 2020
1 parent a1ab24c commit 889ba9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ $(UMD_FILE): $(SOURCES)
$(ESM_FILE): $(SOURCES)
$(ROLLUP) --file=$(ESM_FILE) \
--format=es \
--name=Qty \
--banner="`echo '/*'; cat LICENSE; echo '*/'`" \
src/quantities.js

Expand Down

0 comments on commit 889ba9d

Please sign in to comment.