summaryrefslogtreecommitdiffstats
path: root/build
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 /build
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 'build')
-rw-r--r--build/package-lock.json34
-rw-r--r--build/package.json1
2 files changed, 7 insertions, 28 deletions
diff --git a/build/package-lock.json b/build/package-lock.json
index edf9198edf5..db7a11ac4d2 100644
--- a/build/package-lock.json
+++ b/build/package-lock.json
@@ -400,12 +400,6 @@
"type-is": "~1.6.16"
}
},
- "bower": {
- "version": "1.8.4",
- "resolved": "https://registry.npmjs.org/bower/-/bower-1.8.4.tgz",
- "integrity": "sha1-54dqB23rgTf30GUl3F6MZtuC8oo=",
- "dev": true
- },
"brace-expansion": {
"version": "1.1.11",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
@@ -1472,14 +1466,12 @@
"balanced-match": {
"version": "1.0.0",
"bundled": true,
- "dev": true,
- "optional": true
+ "dev": true
},
"brace-expansion": {
"version": "1.1.11",
"bundled": true,
"dev": true,
- "optional": true,
"requires": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
@@ -1494,20 +1486,17 @@
"code-point-at": {
"version": "1.1.0",
"bundled": true,
- "dev": true,
- "optional": true
+ "dev": true
},
"concat-map": {
"version": "0.0.1",
"bundled": true,
- "dev": true,
- "optional": true
+ "dev": true
},
"console-control-strings": {
"version": "1.1.0",
"bundled": true,
- "dev": true,
- "optional": true
+ "dev": true
},
"core-util-is": {
"version": "1.0.2",
@@ -1624,8 +1613,7 @@
"inherits": {
"version": "2.0.3",
"bundled": true,
- "dev": true,
- "optional": true
+ "dev": true
},
"ini": {
"version": "1.3.5",
@@ -1637,7 +1625,6 @@
"version": "1.0.0",
"bundled": true,
"dev": true,
- "optional": true,
"requires": {
"number-is-nan": "^1.0.0"
}
@@ -1652,7 +1639,6 @@
"version": "3.0.4",
"bundled": true,
"dev": true,
- "optional": true,
"requires": {
"brace-expansion": "^1.1.7"
}
@@ -1660,14 +1646,12 @@
"minimist": {
"version": "0.0.8",
"bundled": true,
- "dev": true,
- "optional": true
+ "dev": true
},
"minipass": {
"version": "2.2.4",
"bundled": true,
"dev": true,
- "optional": true,
"requires": {
"safe-buffer": "^5.1.1",
"yallist": "^3.0.0"
@@ -1686,7 +1670,6 @@
"version": "0.5.1",
"bundled": true,
"dev": true,
- "optional": true,
"requires": {
"minimist": "0.0.8"
}
@@ -1767,8 +1750,7 @@
"number-is-nan": {
"version": "1.0.1",
"bundled": true,
- "dev": true,
- "optional": true
+ "dev": true
},
"object-assign": {
"version": "4.1.1",
@@ -1780,7 +1762,6 @@
"version": "1.4.0",
"bundled": true,
"dev": true,
- "optional": true,
"requires": {
"wrappy": "1"
}
@@ -1903,7 +1884,6 @@
"version": "1.0.2",
"bundled": true,
"dev": true,
- "optional": true,
"requires": {
"code-point-at": "^1.0.0",
"is-fullwidth-code-point": "^1.0.0",
diff --git a/build/package.json b/build/package.json
index a80b6c77153..9194f32553a 100644
--- a/build/package.json
+++ b/build/package.json
@@ -11,7 +11,6 @@
"contributors": [],
"dependencies": {},
"devDependencies": {
- "bower": "~1.8.0",
"handlebars": "^4.0.5",
"jasmine-core": "~2.5.2",
"jasmine-sinon": "^0.4.0",