Skip to content

Commit

Permalink
fix: Correct name of @ungap/template-tag-arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyfarrell committed Jun 7, 2019
1 parent a3c37fa commit f04cf17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const futureReplacements = {
'@ungap/from-entries': 'Object.fromEntries',
'@ungap/global-this': 'globalThis',
'@ungap/promise-any': 'Promise.any',
'@ungap/template-tag-literals': '(...args) => args'
'@ungap/template-tag-arguments': '(...args) => args'
};

function getModuleName(filename) {
Expand Down

0 comments on commit f04cf17

Please sign in to comment.