Skip to content

Commit 0596a05

Browse files
Offer the unminified package by default
While the minified package is useful for developers who just want to get started quickly and download the package, I’d imagine that most people pulling the package in via NPM or equivalent will have their own minification setup. In this case it doesn’t save time and makes it harder to debug the library.
1 parent dcb59c7 commit 0596a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "validate",
33
"version": "1.0.5",
44
"description": "A lightweight form validation script that augments native HTML5 form validation elements and attributes.",
5-
"main": "./dist/js/validate.min.js",
5+
"main": "./dist/js/validate.js",
66
"author": {
77
"name": "Chris Ferdinandi",
88
"url": "http://gomakethings.com"

0 commit comments

Comments
 (0)