From c4285517c816bb2cdc5eec5fd978bca9ab4e4a03 Mon Sep 17 00:00:00 2001 From: Enrique Bravo Date: Fri, 22 Jan 2021 17:13:09 -0300 Subject: [PATCH] =?UTF-8?q?Correcci=C3=B3n=20de=20archivo=20package.json?= =?UTF-8?q?=20para=20permitir=20imports=20o=20requires=20en=20node.js.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index ffeaa53..74d442c 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "name": "jquery-steps", + "main": "build/jquery.steps.js", "title": "jQuery Steps", "version": "1.1.0", "description": "A powerful jQuery wizard plugin that supports accessibility and HTML5",