Skip to content

Commit

Permalink
Offer the unminified package by default
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
robinwhittleton committed Sep 7, 2017
1 parent dcb59c7 commit 0596a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "validate",
"version": "1.0.5",
"description": "A lightweight form validation script that augments native HTML5 form validation elements and attributes.",
"main": "./dist/js/validate.min.js",
"main": "./dist/js/validate.js",
"author": {
"name": "Chris Ferdinandi",
"url": "http://gomakethings.com"
Expand Down

0 comments on commit 0596a05

Please sign in to comment.