Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2022-05-10 17:47:48 +0300
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-05-11 00:24:06 +0300
commitc59c3b5c1f8fba38d6b2e4bfd19714cb1f75ba85 (patch)
tree5ce2d8e17a8eb39f4493714a178a9164ad961840 /package.json
parentf0f2a07f850af1105e27be5bc9180500b1dbac39 (diff)
Migrate to static icons colours
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index 778e61f29d7..802d6baf848 100644
--- a/package.json
+++ b/package.json
@@ -15,7 +15,8 @@
"lint:fix": "eslint '**/src/**/*.{vue,js}' --fix",
"test": "jest",
"test:watch": "jest --watch",
- "test:jsunit": "karma start tests/karma.config.js --single-run"
+ "test:jsunit": "karma start tests/karma.config.js --single-run",
+ "sass:icons": "babel-node core/src/icons.js"
},
"repository": {
"type": "git",
@@ -97,6 +98,7 @@
"webdav": "^4.8.0"
},
"devDependencies": {
+ "@babel/node": "^7.17.10",
"@nextcloud/babel-config": "^1.0.0",
"@nextcloud/browserslist-config": "^2.2.0",
"@nextcloud/eslint-config": "^7.0.2",