Skip to content

Commit

Permalink
2 0 change extra assets (#1112)
Browse files Browse the repository at this point in the history
* Change koala-framework/composer-extra-assets to alav/composer-assets

* Remove extra-assets

* Update vendor

* Update lock files
  • Loading branch information
ngilain committed Dec 13, 2016
1 parent 460a321 commit d7b7c77
Show file tree
Hide file tree
Showing 6 changed files with 145 additions and 8,654 deletions.
43 changes: 43 additions & 0 deletions assets.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"name": "assets-packages",
"description": "This file is auto-generated. Do not change it",
"npm": {
"bower": "~1.7 ~1.7",
"grunt": "~0.4 ~0.4",
"grunt-cli": "~1.2 ~1.2",
"grunt-contrib-symlink": "~1.0 ~1.0",
"grunt-contrib-less": "~1.3.0 ~1.3.0",
"grunt-contrib-cssmin": "~1.0 ~1.0",
"grunt-contrib-coffee": "~1.0",
"grunt-contrib-uglify": "~1.0 ~1.0",
"grunt-contrib-concat": "~1.0 ~1.0",
"grunt-contrib-watch": "~1.0 ~1.0",
"grunt-contrib-clean": "~1.0 ~1.0",
"grunt-commands": "~0.1 ~0.1",
"coffee-script": "~1.10.0 ~1.10.0",
"load-grunt-tasks": "~3.5.0 ~3.5.0",
"glob": "~7.0.3 ~7.0.3",
"merge": "~1.2.0 ~1.2.0",
"grunt-contrib-jst": "~1.0",
"grunt-js-test": "1.5.x",
"babel-preset-es2015": "~6.3.0",
"grunt-babel": "~6.0.0",
"grunt-browserify": "~5.0.0"
},
"bower": {
"jquery": "~2.1.1 ~2.1.1",
"jquery-ui": "~1.11.2 ~1.11.2",
"backbone": "~1.2.3 ~1.2.3",
"backbone.wreqr": "~1.3.5 ~1.3.5",
"Jcrop": "~0.9.12",
"flow.js": "~2.9.0",
"datatables.net-buttons-bs": "1.1.0",
"jquery-tokeninput": "1.7.0",
"bootstrap": "~3.3.4",
"jquery-form": "3.51",
"select2": "3.5.2",
"font-awesome": "^4.6.3",
"jquery-minicolors": "~2.2.3",
"jquery.nicescroll": "^3.6.8"
}
}
36 changes: 16 additions & 20 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,20 @@
{
"name": "temp-composer-extra-asssets",
"description": "This file is auto-generated by 'koala-framework/composer-extra-assets'. You can modify this file but the 'dependencies' section will be overwritten each time you run composer install or composer update. You must not change the 'name' section.",
"name": "assets-packages",
"description": "This file is auto-generated. Do not change it",
"dependencies": {
"Jcrop": "https://github.com/tapmodo/Jcrop.git#0.9.13",
"backbone.wreqr": "https://github.com/marionettejs/backbone.wreqr.git#1.3.8",
"backbone": "https://github.com/jashkenas/backbone.git#1.2.3",
"bootstrap": "https://github.com/twbs/bootstrap.git#3.3.7",
"datatables.net-bs": "https://github.com/DataTables/Dist-DataTables-Bootstrap.git#1.10.12",
"datatables.net-buttons-bs": "https://github.com/DataTables/Dist-DataTables-Buttons-Bootstrap.git#1.1.0",
"datatables.net-buttons": "https://github.com/DataTables/Dist-DataTables-Buttons.git#1.2.2",
"datatables.net": "https://github.com/DataTables/Dist-DataTables.git#1.10.12",
"flow.js": "https://github.com/flowjs/flow.js.git#2.9.0",
"font-awesome": "https://github.com/FortAwesome/Font-Awesome.git#4.3.0",
"jquery-form": "https://github.com/malsup/form.git#3.51",
"jquery-minicolors": "https://github.com/claviska/jquery-minicolors.git#2.2.4",
"jquery-tokeninput": "https://github.com/loopj/jquery-tokeninput.git#1.7.0",
"jquery-ui": "https://github.com/components/jqueryui.git#1.11.4",
"jquery.nicescroll": "https://github.com/inuyaksa/jquery.nicescroll.git#3.6.8",
"jquery": "https://github.com/jquery/jquery-dist.git#2.1.4",
"select2": "https://github.com/ivaynberg/select2.git#3.5.2",
"underscore": "https://github.com/jashkenas/underscore.git#1.8.3"
"jquery": "~2.1.1 ~2.1.1",
"jquery-ui": "~1.11.2 ~1.11.2",
"backbone": "~1.2.3 ~1.2.3",
"backbone.wreqr": "~1.3.5 ~1.3.5",
"Jcrop": "~0.9.12",
"flow.js": "~2.9.0",
"datatables.net-buttons-bs": "1.1.0",
"jquery-tokeninput": "1.7.0",
"bootstrap": "~3.3.4",
"jquery-form": "3.51",
"select2": "3.5.2",
"font-awesome": "^4.6.3",
"jquery-minicolors": "~2.2.3",
"jquery.nicescroll": "^3.6.8"
}
}
Loading

0 comments on commit d7b7c77

Please sign in to comment.