Skip to content

Commit

Permalink
index.js bug fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
jonacs committed Nov 24, 2023
1 parent 51a45b2 commit 17f7d68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Import the InputValidator class
import InputValidator from './inputValidator';
import InputValidator from './src/inputValidator';

// Export the InputValidator class
export { InputValidator };
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "acs-bootstrap-input-validator",
"version": "1.0.5",
"version": "1.0.6",
"description": "A javascript input validator for bootstrap",
"keywords": [
"input",
Expand Down

0 comments on commit 17f7d68

Please sign in to comment.