From d425716e26d42c2f115990cdc901fa2b7049d234 Mon Sep 17 00:00:00 2001 From: Ryan Lopopolo Date: Wed, 17 Feb 2021 23:07:11 -0800 Subject: [PATCH] Add main to package.json Will this make webpack happy? --- index.js | 0 package-lock.json | 2 +- package.json | 4 +++- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 index.js diff --git a/index.js b/index.js new file mode 100644 index 0000000..e69de29 diff --git a/package-lock.json b/package-lock.json index 09a1175..44217a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { "name": "@artichokeruby/logo", - "version": "0.5.0", + "version": "0.6.0", "lockfileVersion": 1 } diff --git a/package.json b/package.json index b3f0618..002ff97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@artichokeruby/logo", - "version": "0.5.0", + "version": "0.6.0", "description": "Artichoke Ruby logo", "keywords": [ "programming language", @@ -17,11 +17,13 @@ "Ryan Lopopolo (https://hyperbo.la/)" ], "repository": "github:artichoke/logo", + "main": "index.js", "files": [ "LICENSE.md", "README.md", "favicons", "img", + "index.js", "optimized", "social", "source"