-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrush.yml
More file actions
36 lines (29 loc) · 811 Bytes
/
Copy pathrush.yml
File metadata and controls
36 lines (29 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# For a detailed info on this file and supported fields, check out the below link:
# https://github.com/ShreyashSaitwal/rush-cli/wiki/Metadata-File
---
name: Markdowntools
description: Extension component for MarkdownTools. Created using Rush.
version:
number: auto
name: '1'
authors:
- computerblade
build:
release:
# Optimizes the extension on every release build.
optimize: true
# If enabled, you will be able to use Java 8 language features in your extension.
desugar:
enable: false
desugar_deps: false
assets:
# Extension icon. This can be a URL or a local image in 'assets' folder.
icon: icon.png
# Extension assets.
# other:
# - my_awesome_asset.anything
# Extension dependencies (JAR).
deps:
- jsoup-1.15.2.jar
- copy_down-1.1.jar
- MDTool-1.1.3.jar