Skip to content

Commit

Permalink
Fix bower main path.
Browse files Browse the repository at this point in the history
  • Loading branch information
websanova committed Feb 5, 2020
1 parent 37461f8 commit beead70
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -8,7 +8,7 @@
"homepage": "https://github.com/websanova/js-url",
"license": "MIT",
"main": [
"./dist/es5-url-min.js"
"./dist/es5-url.min.js"
],
"ignore": [
"demo",
Expand Down
2 changes: 1 addition & 1 deletion dist/es5-url-tld.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 dist/es5-url.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 dist/jquery-url-tld.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 dist/jquery-url.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 dist/url-tld.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 dist/url.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 package.json
@@ -1,6 +1,6 @@
{
"name": "@websanova/url",
"version": "2.6.2",
"version": "2.6.3",
"description": "A simple, lightweight url parser for JavaScript (~1.7 Kb minified, ~0.7Kb gzipped).",
"keywords": ["websanova", "url", "parser"],
"main": "./dist/es5-url-min.js",
Expand Down

0 comments on commit beead70

Please sign in to comment.