Skip to content

Commit

Permalink
add bower
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Kornilov committed Nov 23, 2014
1 parent ade4839 commit 9f81c2e
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bower_components
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

22 changes: 22 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "groupinputs",
"version": "0.8.3",
"homepage": "http://lusever.github.io/groupinputs/",
"authors": [
"Pavel Kornilov <lusever@lusever.com>"
],
"description": "Easy data input into several inputs.",
"main": "jquery.groupinputs.js",
"keywords": [
"jQuery",
"plugin",
"input"
],
"license": "MIT",
"ignore": [
"test"
],
"devDependencies": {
"qunit": "~1.15.0"
}
}
4 changes: 2 additions & 2 deletions test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
</script>
<script src="jquery.caret.1.02.js"></script>
<script src="../jquery.groupinputs.js"></script>
<script src="qunit/qunit/qunit.js"></script>
<link rel="stylesheet" href="qunit/qunit/qunit.css">
<script src="../bower_components/qunit/qunit/qunit.js"></script>
<link rel="stylesheet" href="../bower_components/qunit/qunit/qunit.css">
</head>
<body>
<div id="qunit"></div>
Expand Down

0 comments on commit 9f81c2e

Please sign in to comment.