From 3d36e12a8df2468468c36e8c550c87dc403ba35f Mon Sep 17 00:00:00 2001 From: Chris Tiearney Date: Mon, 19 Sep 2016 16:50:43 +0200 Subject: [PATCH] Declared main file in package.json Added the main property to package.json pointing to the main distributable file. This is to provide compatibility with browserify and require() functions. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index ffeaa53..11b2c97 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "jquery-steps", "title": "jQuery Steps", "version": "1.1.0", + "main": "build/jquery.steps.js", "description": "A powerful jQuery wizard plugin that supports accessibility and HTML5", "homepage": "http://www.jquery-steps.com", "author": {