Skip to content

Commit

Permalink
Some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Viterbo committed May 4, 2016
1 parent 937b0a8 commit 9657353
Show file tree
Hide file tree
Showing 16 changed files with 1,171 additions and 668 deletions.
4 changes: 4 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ module.exports = function(grunt) {
'src/strategies/base-strategy.js',
'src/strategies/html-element.js',
'src/strategies/js-object.js',
'src/apis/jquery-api.js',
'src/wrapper_end.js'
],
dest: 'dist/treequery.js',
Expand All @@ -37,6 +38,9 @@ module.exports = function(grunt) {
},
lib: {

},
jwk: {
out : '../jwebkit.js/lib/treequery.min.js'
}
},
watch: {
Expand Down
12 changes: 8 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "treequery",
"version": "0.8.0",
"version": "0.1.0",
"homepage": "https://github.com/vapaee/treequery",
"description": "Reimplementation of jquery but suitable for any kind of tree data structures.",
"main": "dist/treequery.js",
"main": "dist/treequery.min.js",
"moduleType": [
"amd",
"globals"
Expand All @@ -21,15 +21,19 @@
"structure"
],
"authors": [
"Viterbo Rodríguez Flániguen"
{
"name": "Viterbo Rodríguez Flániguen",
"email": "[email protected]",
"homepage": "http://viterborodriguez.com"
}
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
"src"
],
"devDependencies": {
"qunit": "~1.18.0",
Expand Down
Loading

0 comments on commit 9657353

Please sign in to comment.