diff --git a/examples/github-repositories-custom-plugin/package.json b/examples/github-repositories-custom-plugin/package.json index c708dc2c1..dd622ed55 100644 --- a/examples/github-repositories-custom-plugin/package.json +++ b/examples/github-repositories-custom-plugin/package.json @@ -4,7 +4,6 @@ "version": "1.0.0-alpha.45", "private": true, "license": "MIT", - "main": "index.html", "scripts": { "build": "parcel build index.html", "start": "parcel index.html" diff --git a/examples/multiple-datasets-with-headers/package.json b/examples/multiple-datasets-with-headers/package.json index 48edb23a6..f9309839e 100644 --- a/examples/multiple-datasets-with-headers/package.json +++ b/examples/multiple-datasets-with-headers/package.json @@ -4,7 +4,6 @@ "version": "1.0.0-alpha.45", "private": true, "license": "MIT", - "main": "index.html", "scripts": { "build": "parcel build index.html", "start": "parcel index.html" diff --git a/examples/playground/package.json b/examples/playground/package.json index 840867bdf..25be6f5c9 100644 --- a/examples/playground/package.json +++ b/examples/playground/package.json @@ -4,7 +4,6 @@ "version": "1.0.0-alpha.45", "private": true, "license": "MIT", - "main": "index.html", "scripts": { "build": "parcel build index.html", "start": "parcel index.html" diff --git a/examples/query-suggestions-with-categories/package.json b/examples/query-suggestions-with-categories/package.json index 32afb8eb1..e966a5857 100644 --- a/examples/query-suggestions-with-categories/package.json +++ b/examples/query-suggestions-with-categories/package.json @@ -4,7 +4,6 @@ "version": "1.0.0-alpha.45", "private": true, "license": "MIT", - "main": "index.html", "scripts": { "build": "parcel build index.html", "start": "parcel index.html" diff --git a/examples/query-suggestions-with-hits/package.json b/examples/query-suggestions-with-hits/package.json index e3c550f73..c3ccd33e2 100644 --- a/examples/query-suggestions-with-hits/package.json +++ b/examples/query-suggestions-with-hits/package.json @@ -4,7 +4,6 @@ "version": "1.0.0-alpha.45", "private": true, "license": "MIT", - "main": "index.html", "scripts": { "build": "parcel build index.html", "start": "parcel index.html" diff --git a/examples/query-suggestions-with-inline-categories/package.json b/examples/query-suggestions-with-inline-categories/package.json index 0572574c0..d0b18481a 100644 --- a/examples/query-suggestions-with-inline-categories/package.json +++ b/examples/query-suggestions-with-inline-categories/package.json @@ -4,7 +4,6 @@ "version": "1.0.0-alpha.45", "private": true, "license": "MIT", - "main": "index.html", "scripts": { "build": "parcel build index.html", "start": "parcel index.html" diff --git a/examples/query-suggestions-with-recent-searches-and-categories/package.json b/examples/query-suggestions-with-recent-searches-and-categories/package.json index f8956c81f..176552fa0 100644 --- a/examples/query-suggestions-with-recent-searches-and-categories/package.json +++ b/examples/query-suggestions-with-recent-searches-and-categories/package.json @@ -4,7 +4,6 @@ "version": "1.0.0-alpha.45", "private": true, "license": "MIT", - "main": "index.html", "scripts": { "build": "parcel build index.html", "start": "parcel index.html" diff --git a/examples/query-suggestions-with-recent-searches/package.json b/examples/query-suggestions-with-recent-searches/package.json index 5464d57ef..755bcc275 100644 --- a/examples/query-suggestions-with-recent-searches/package.json +++ b/examples/query-suggestions-with-recent-searches/package.json @@ -4,7 +4,6 @@ "version": "1.0.0-alpha.45", "private": true, "license": "MIT", - "main": "index.html", "scripts": { "build": "parcel build index.html", "start": "parcel index.html" diff --git a/examples/query-suggestions/package.json b/examples/query-suggestions/package.json index 11b949b1d..e8b11057a 100644 --- a/examples/query-suggestions/package.json +++ b/examples/query-suggestions/package.json @@ -4,7 +4,6 @@ "version": "1.0.0-alpha.45", "private": true, "license": "MIT", - "main": "index.html", "scripts": { "build": "parcel build index.html", "start": "parcel index.html" diff --git a/examples/recently-viewed-items/package.json b/examples/recently-viewed-items/package.json index 51db818b9..3e2304156 100644 --- a/examples/recently-viewed-items/package.json +++ b/examples/recently-viewed-items/package.json @@ -4,9 +4,8 @@ "version": "1.0.0-alpha.45", "private": true, "license": "MIT", - "main": "index.html", "scripts": { - "build": "parcel build index.html --dist-dir ./dist", + "build": "parcel build index.html", "start": "parcel index.html" }, "dependencies": { diff --git a/examples/starter-algolia/package.json b/examples/starter-algolia/package.json index d18afd4a4..884575cdf 100644 --- a/examples/starter-algolia/package.json +++ b/examples/starter-algolia/package.json @@ -4,7 +4,6 @@ "version": "1.0.0-alpha.45", "private": true, "license": "MIT", - "main": "index.html", "scripts": { "build": "parcel build index.html", "start": "parcel index.html" diff --git a/examples/starter/package.json b/examples/starter/package.json index 5d4123f96..449905689 100644 --- a/examples/starter/package.json +++ b/examples/starter/package.json @@ -4,7 +4,6 @@ "version": "1.0.0-alpha.45", "private": true, "license": "MIT", - "main": "index.html", "scripts": { "build": "parcel build index.html", "start": "parcel index.html" diff --git a/examples/voice-search/package.json b/examples/voice-search/package.json index 9143b2b9d..51cbbcfee 100644 --- a/examples/voice-search/package.json +++ b/examples/voice-search/package.json @@ -4,7 +4,6 @@ "version": "1.0.0-alpha.45", "private": true, "license": "MIT", - "main": "index.html", "scripts": { "build": "parcel build index.html", "start": "parcel index.html"