Skip to content

Commit

Permalink
Update main source in package.json to point to main entry point - bet…
Browse files Browse the repository at this point in the history
…ter build integration with Webpack etc.
  • Loading branch information
garygreen committed Feb 19, 2018
1 parent e3440ae commit 685b77c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "dominar",
"version": "1.1.1",
"version": "1.2.0",
"description": "Lighweight and highly configurable bootstrap validator",
"author": "Gary Green",
"main": "dist/dominar-standalone.js",
"main": "src/dominar.js",
"dependencies": {
"async-foreach": "^0.1.3",
"validatorjs": "~3.1.3"
Expand Down

0 comments on commit 685b77c

Please sign in to comment.