Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
New update
Browse files Browse the repository at this point in the history
  • Loading branch information
kuriv committed Jun 3, 2020
1 parent acc4c98 commit 584ac11
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ npm install @kuriv/upgrade-your-browser

[build-image]: https://img.shields.io/badge/build-passing-brightgreen "build"
[build-url]: https://github.com/kuriv/upgrade-your-browser "build"
[version-image]: https://img.shields.io/badge/version-v1.0.2-blue "version"
[version-image]: https://img.shields.io/badge/version-v1.0.3-blue "version"
[version-url]: https://github.com/kuriv/upgrade-your-browser "version"
[license-image]: https://img.shields.io/badge/license-MIT-green "license"
[license-url]: https://opensource.org/licenses/MIT "license"
12 changes: 10 additions & 2 deletions package-lock.json

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

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kuriv/upgrade-your-browser",
"version": "1.0.2",
"version": "1.0.3",
"description": "Please upgrade your browser.",
"main": "index.js",
"scripts": {
Expand All @@ -22,5 +22,8 @@
"bugs": {
"url": "https://github.com/kuriv/upgrade-your-browser/issues"
},
"homepage": "https://github.com/kuriv/upgrade-your-browser#readme"
"homepage": "https://github.com/kuriv/upgrade-your-browser#readme",
"dependencies": {
"@kuriv/normalize": "^1.0.4"
}
}
3 changes: 2 additions & 1 deletion upgrade-your-browser.html

Large diffs are not rendered by default.

0 comments on commit 584ac11

Please sign in to comment.