diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2022-05-10 16:47:48 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2022-05-10 23:24:06 +0200 |
commit | c59c3b5c1f8fba38d6b2e4bfd19714cb1f75ba85 (patch) | |
tree | 5ce2d8e17a8eb39f4493714a178a9164ad961840 /package.json | |
parent | f0f2a07f850af1105e27be5bc9180500b1dbac39 (diff) | |
download | nextcloud-server-c59c3b5c1f8fba38d6b2e4bfd19714cb1f75ba85.tar.gz nextcloud-server-c59c3b5c1f8fba38d6b2e4bfd19714cb1f75ba85.zip |
Migrate to static icons colours
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
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", |