Skip to content

Commit 0b7c669

Browse files
author
Jason Barry
committed
Add type:module to package.json
1 parent ad19bcd commit 0b7c669

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In this workshop, you will learn how to:
2323

2424
<details><summary>Part 1: Initial setup</summary><br />
2525

26-
i. [Log in to Netlify](http://app.netlify.com). If you haven't made an account yet, then [sign up](https://app.netlify.com/signup).
26+
i. [Log in to Netlify](https://app.netlify.com). If you haven't made an account yet, then [sign up](https://app.netlify.com/signup).
2727

2828
ii. Install the [Netlify GitHub app](https://github.com/apps/netlify/installations/select_target) on your org or personal GitHub account if you have not done so already.
2929

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"private": true,
3+
"type": "module",
34
"scripts": {
45
"dev": "next",
56
"build": "next build",

0 commit comments

Comments
 (0)