Skip to content

Commit

Permalink
Added main to package.json for node
Browse files Browse the repository at this point in the history
  • Loading branch information
ClickerMonkey committed Oct 28, 2016
1 parent 343332f commit 4f3f188
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rekord-validation",
"version": "1.4.1",
"version": "1.4.2",
"homepage": "https://github.com/Rekord/rekord-validation",
"authors": [
"Philip Diffenderfer <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion build/rekord-validation.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* rekord-validation 1.4.1 - Advanced validation rules for rekord by Philip Diffenderfer */
/* rekord-validation 1.4.2 - Advanced validation rules for rekord by Philip Diffenderfer */
(function(global, Rekord, undefined)
{
var Model = Rekord.Model;
Expand Down
2 changes: 1 addition & 1 deletion build/rekord-validation.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/rekord-validation.min.js.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "rekord-validation",
"version": "1.4.1",
"version": "1.4.2",
"description": "Advanced validation rules for rekord",
"author": "Philip Diffenderfer",
"license": "MIT",
"main": "build/rekord-validation.js",
"repository": {
"type": "git",
"url": "git://github.com/Rekord/rekord-validation.git"
Expand Down

0 comments on commit 4f3f188

Please sign in to comment.