summaryrefslogtreecommitdiffstats
path: root/bower.json
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-12-20 17:51:09 +0100
committerJulius Härtl <jus@bitgrid.net>2019-01-09 15:01:59 +0100
commit6da13f82ff87f0bfe3b3741d35bff54a400acf2c (patch)
treea89eb2c162f5a53c785295afae23977cdd3b3f4c /bower.json
parent208788173d0dab2950bf5eb1ddbfcab63ef781e3 (diff)
downloadnextcloud-server-6da13f82ff87f0bfe3b3741d35bff54a400acf2c.tar.gz
nextcloud-server-6da13f82ff87f0bfe3b3741d35bff54a400acf2c.zip
Remove Bower
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/bower.json b/bower.json
deleted file mode 100644
index fd16eae04f1..00000000000
--- a/bower.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "name": "Nextcloud",
- "version": "11 alpha",
- "homepage": "https://www.nextcloud.com",
- "license": "AGPL",
- "private": true,
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "core/vendor",
- "test",
- "tests"
- ],
- "dependencies": {
- "zxcvbn": "4.4.2"
- }
-}