From e9e72b863ed88ac959a1c52b397db04f715766fb Mon Sep 17 00:00:00 2001 From: Bertram Truong Date: Sun, 10 Jan 2016 02:02:26 +1100 Subject: [PATCH] Update package.json with main key Adding the main key into the package.json file will allow Webpack to automatically find the main JavaScript file to import when using Babel. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index ffeaa53..87d8de7 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "title": "jQuery Steps", "version": "1.1.0", "description": "A powerful jQuery wizard plugin that supports accessibility and HTML5", + "main": "build/jquery.steps.js", "homepage": "http://www.jquery-steps.com", "author": { "name": "Rafael Staib",