Skip to content
This repository has been archived by the owner on Sep 8, 2018. It is now read-only.

Commit

Permalink
Fixed naming.
Browse files Browse the repository at this point in the history
  • Loading branch information
theel0ja committed Feb 11, 2018
1 parent 55cc16e commit 20921b1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion browser.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
window.getQueryParameterByName = require('./index');
window.getParameterByName = require('./index');
2 changes: 1 addition & 1 deletion dist/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
/* 0 */
/***/ (function(module, exports, __webpack_require__) {

window.getQueryParameterByName = __webpack_require__(1);
window.getParameterByName = __webpack_require__(1);

/***/ }),
/* 1 */
Expand Down
2 changes: 1 addition & 1 deletion dist/bundle.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "getparameterbyname",
"version": "1.0.1",
"version": "1.0.3",
"description": "Get query string values without jQuery.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 20921b1

Please sign in to comment.