Skip to content

Commit

Permalink
Update npm
Browse files Browse the repository at this point in the history
  • Loading branch information
paveljanda committed Oct 7, 2019
1 parent f33f509 commit 3c3cd6a
Show file tree
Hide file tree
Showing 10 changed files with 139 additions and 49 deletions.
2 changes: 1 addition & 1 deletion example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>Happy</title>
<link rel="stylesheet" type="text/css" href="./node_modules/happy-inputs/src/happy.css">
<link rel="stylesheet" type="text/css" href="node_modules/happy-inputs/src/happy.css">
<link rel="stylesheet" type="text/css" href="./styles.css">

<script type="module">
Expand Down
75 changes: 48 additions & 27 deletions example/node_modules/happy-inputs/README.md

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

14 changes: 9 additions & 5 deletions example/node_modules/happy-inputs/example/index.html

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

13 changes: 13 additions & 0 deletions example/node_modules/happy-inputs/example/package-lock.json

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

15 changes: 15 additions & 0 deletions example/node_modules/happy-inputs/example/package.json

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

37 changes: 37 additions & 0 deletions example/node_modules/happy-inputs/example/styles.css

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

22 changes: 11 additions & 11 deletions example/node_modules/happy-inputs/package.json

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

8 changes: 4 additions & 4 deletions example/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 example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"author": "Pavel Janda <[email protected]>",
"license": "MIT",
"dependencies": {
"happy-inputs": "^2.0.0"
"happy-inputs": "^2.0.1"
}
}

0 comments on commit 3c3cd6a

Please sign in to comment.