Skip to content

Commit

Permalink
Unscope
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer committed Jan 24, 2020
1 parent 89da33b commit ab26bce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/next-polyfill-nomodule/package.json
@@ -1,5 +1,5 @@
{
"name": "@next/polyfill-nomodule",
"name": "next-polyfill-nomodule",
"version": "0.0.0",
"description": "A polyfill for non-dead, nomodule browsers.",
"main": "dist/polyfill-nomodule.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/next/client/polyfills.js
@@ -1 +1 @@
import '@next/polyfill-nomodule'
import 'next-polyfill-nomodule'
2 changes: 1 addition & 1 deletion packages/next/package.json
Expand Up @@ -71,7 +71,7 @@
"@babel/preset-react": "7.7.0",
"@babel/preset-typescript": "7.7.2",
"@babel/runtime": "7.7.2",
"@next/polyfill-nomodule": "0.0.0",
"next-polyfill-nomodule": "0.0.0",
"amphtml-validator": "1.0.23",
"async-retry": "1.2.3",
"async-sema": "3.0.0",
Expand Down

0 comments on commit ab26bce

Please sign in to comment.