Skip to content

Commit

Permalink
release: 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nnixaa committed Oct 31, 2018
1 parent 4ae3499 commit 7782378
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eva-icons-landing",
"version": "0.0.2",
"version": "1.0.0",
"browserslist": [
"> 1%",
"last 2 versions",
Expand Down
6 changes: 1 addition & 5 deletions scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
{
"name": "eva-icons",
"version": "0.0.2",
"version": "1.0.0",
"description": "Eva Icons - beautifully crafted Open Source UI icons for common actions and items.",
"main": "eva.js",
"unpkg": "eva.min.js",
"files": [
"css/fonts",
"css/scss"
],
"license": "MIT",
"author": "akveo",
"repository": {
Expand Down
14 changes: 14 additions & 0 deletions test.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<title></title>
<script src="https://unpkg.com/eva-icons"></script>
<body>

<i data-eva="github"></i>
<i data-eva="github" data-eva-fill="blue" data-eva-hover="true"></i>

<script>
eva.replace({ animation: { type: 'pulse', infinite: true, hover: false }, fill: 'red', width: '100px', height: '100px' })
</script>
</body>
</html>

0 comments on commit 7782378

Please sign in to comment.