abaabil.icon
Advanced tools
Comparing version 0.0.20 to 0.0.21
{ | ||
"name": "abaabil.icon", | ||
"author": "Abaabil", | ||
"version": "0.0.20", | ||
"version": "0.0.21", | ||
"main": "dist/index.js", | ||
@@ -39,3 +39,3 @@ "module": "dist/index.esm.js", | ||
], | ||
"gitHead": "37235663603c76db4cccc27c8fb2179a110a687e" | ||
"gitHead": "aced84b9725548e6f587b7e78f06c78e2fbc7097" | ||
} |
@@ -12,3 +12,3 @@ # Icon Component | ||
import * as React from 'react'; | ||
import Icon from './path-to-icon'; | ||
import Icon from 'abaabil.icon'; | ||
@@ -44,3 +44,3 @@ const App = () => ( | ||
import * as React from 'react'; | ||
import Icon from './path-to-icon'; | ||
import Icon from 'abaabil.icon'; | ||
@@ -47,0 +47,0 @@ const Example = () => ( |
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
7513