Comparing version 0.0.2 to 0.0.3
@@ -15,3 +15,4 @@ var isWin = process.platform === "win32"; | ||
super: "⌘", | ||
shift: "⇧" | ||
shift: "⇧", | ||
warning: "⚠" | ||
}; | ||
@@ -31,3 +32,4 @@ | ||
shift: "\u2191", | ||
super: "\u221E" | ||
super: "\u221E", | ||
warning: "\u0021" | ||
}; | ||
@@ -34,0 +36,0 @@ |
{ | ||
"name": "unicons", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Cross-platform unicode icon toolkit", | ||
@@ -5,0 +5,0 @@ "author": "peerigon", |
@@ -48,4 +48,4 @@ # unicons | ||
`shift` | ⇧ | ↑ | ||
`warning` | ⚠ | ! | ||
The icon table is still very small :(<br> | ||
@@ -52,0 +52,0 @@ If you can't find your icon in the [icon table](https://github.com/peerigon/unicons#icon-table), don't hesitate to create a pull request. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5745
36