@scion/icons 1.0.0-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,12 @@
1
+ @scion/icons
2
+ ============
3
+
4
+ Provides icons to `@scion/workbench` and `@scion/components`.
5
+
6
+ You can browse available icons using https://icons.scion.vercel.app.
7
+
8
+ The sources for this package are in [SCION Toolkit][link-scion-toolkit] repo. Please file issues and pull requests against that repo.
9
+
10
+ License: EPL-2.0
11
+
12
+ [link-scion-toolkit]: https://github.com/SchweizerischeBundesbahnen/scion-toolkit
package/package.json ADDED
@@ -0,0 +1,26 @@
1
+ {
2
+ "name": "@scion/icons",
3
+ "version": "1.0.0-rc.1",
4
+ "description": "Provides icons to `@scion/workbench` and `@scion/components`",
5
+ "license": "EPL-2.0",
6
+ "private": false,
7
+ "publishConfig": {
8
+ "access": "public"
9
+ },
10
+ "files": [
11
+ "**/*",
12
+ "!**/_*"
13
+ ],
14
+ "homepage": "https://github.com/SchweizerischeBundesbahnen/scion-toolkit",
15
+ "bugs": {
16
+ "url": "https://github.com/SchweizerischeBundesbahnen/scion-toolkit/issues"
17
+ },
18
+ "author": {
19
+ "name": "SCION contributors"
20
+ },
21
+ "repository": {
22
+ "type": "git",
23
+ "url": "git+https://github.com/SchweizerischeBundesbahnen/scion-toolkit.git"
24
+ },
25
+ "sideEffects": false
26
+ }