Skip to content
This repository has been archived by the owner on May 30, 2021. It is now read-only.

Commit

Permalink
Resolved merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Mobius1 committed Aug 18, 2017
2 parents 201f094 + d8fa162 commit 0f9a642
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "vanilla-datatables",
"version": "1.3.3",
"version": "1.3.2",
"main": "src/vanilla-dataTables.js",
"ignore": [
".gitattributes",
"README.md"
]
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vanilla-datatables",
"version": "1.3.3",
"description": "A lightweight, dependency-free javascript HTML table plugin.",
"main": "vanilla-dataTables.min.js",
"main": "src/vanilla-dataTables.js",
"scripts": {
"test": "grunt test"
},
Expand Down

0 comments on commit 0f9a642

Please sign in to comment.