diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-12-20 17:51:09 +0100 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2019-01-09 15:01:59 +0100 |
commit | 6da13f82ff87f0bfe3b3741d35bff54a400acf2c (patch) | |
tree | a89eb2c162f5a53c785295afae23977cdd3b3f4c /bower.json | |
parent | 208788173d0dab2950bf5eb1ddbfcab63ef781e3 (diff) | |
download | nextcloud-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.json | 18 |
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" - } -} |