Skip to content

Commit

Permalink
Remove timepicker from requirements
Browse files Browse the repository at this point in the history
Closes #253
  • Loading branch information
bfintal committed Aug 27, 2015
1 parent 30124b7 commit 49653cf
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,6 @@
]
},
"repositories": [
{
"type": "package",
"package": {
"name": "trentrichardson/jquery-timepicker-addon",
"version": "dev-master",
"source": {
"url": "https://github.com/trentrichardson/jQuery-Timepicker-Addon",
"type": "git",
"reference": "origin/master"
}
}
},
{
"type": "package",
"package": {
Expand All @@ -66,7 +54,6 @@
}
],
"require": {
"trentrichardson/jquery-timepicker-addon": "dev-master",
"ajaxorg/ace-builds": "dev-master"
},
"scripts": {
Expand All @@ -75,8 +62,6 @@
"php -r \"foreach ( glob('*.zip') as \\$zipFile ) { \\$dir = basename(\\$zipFile, '.zip'); exec( 'mkdir _tmp && mv ' . \\$zipFile . ' _tmp && cd _tmp && unzip ' . \\$zipFile . ' -d ' . \\$dir . ' && rm ' . \\$zipFile . ' && zip -r9 ' . \\$zipFile . ' ' . \\$dir . ' && mv *.zip .. && cd .. && rm -R _tmp' ); exec( 'mv ' . \\$zipFile . ' ..' ); } echo 'Created: ' . \\$zipFile . \\\"\\n\\\";\""
],
"post-update-cmd": [
"php -r \"copy('vendor/trentrichardson/jquery-timepicker-addon/dist/jquery-ui-timepicker-addon.js', 'js/jquery-ui-timepicker-addon.js');\"",

"php -r \"@mkdir('js/ace-min-noconflict/');\"",
"php -r \"copy('vendor/ajaxorg/ace-builds/src-min-noconflict/ace.js', 'js/ace-min-noconflict/ace.js');\"",
"php -r \"foreach (glob('vendor/ajaxorg/ace-builds/src-min-noconflict/theme-*') as \\$file) { copy( \\$file, 'js/ace-min-noconflict/' . basename(\\$file)); }\"",
Expand Down

0 comments on commit 49653cf

Please sign in to comment.