Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
1.2.0 (#4)
Browse files Browse the repository at this point in the history
* Packages update
* Revert footer links
  • Loading branch information
sergejmueller authored Sep 1, 2017
1 parent 20831cc commit 5818fa7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ gulp build
### Dependencies check

```bash
npm test
yarn test
```
4 changes: 2 additions & 2 deletions var/www/ip2country.info/humans.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Domain: € 21.26 / yearly
Hosting: $ 7.14 / monthly


/* DONATE */
/* DONATIONS */

PayPal: https://www.paypal.me/sergejmueller
Flattr: https://flattr.com/profile/sergej.mueller
Expand All @@ -52,7 +52,7 @@ GeoIP Data: MaxMind

/* TECHNOLOGIES */

Backend: Ubuntu, Nginx (nothing else)
Backend: Ubuntu, Nginx
Frontend: Node, Gulp, HTML5, CSS3


Expand Down
6 changes: 3 additions & 3 deletions var/www/ip2country.info/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ <h2>
</section>


<footer>
<footer itemprop="provider" itemscope itemtype="http://schema.org/Person">
<small>
<a href="bitcoin:1Hot3M3W9Lxz6PdguZZeFjHbkH8kCWfd4i">Donate Bitcoin</a>
Handmade by <a href="https://sergejmueller.github.io" itemprop="url"><span itemprop="name">Sergej Müller</span></a>
<i>×</i>
<a href="humans.txt">About / Privacy</a>
<a href="humans.txt">Privacy / Donations</a>
</small>
</footer>
</html>
10 changes: 5 additions & 5 deletions var/www/ip2country.info/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@
"name": "IP2Country",
"description": "Node.js modules for IP 2 Country project",
"version": "1.2.0",
"last-update": "11.10.2016",
"last-update": "01.09.2017",
"private": true,
"repository": "sergejmueller/ip2country.info",
"devDependencies": {
"browser-sync": "^2.14.0",
"browser-sync": "^2.18.13",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.5.0",
"gulp-clean-css": "^3.7.0",
"gulp-htmlhint": "^0.3.1",
"gulp-htmlmin": "^3.0.0",
"gulp-inline": "^0.1.1",
"gulp-notify": "^3.0.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.0.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-stylelint": "^3.0.0",
"gulp-zopfli": "^1.0.0",
"multipipe": "^1.0.1",
"stylelint": "^7.1.0",
"stylelint-config-standard": "^16.0.0"
},
"scripts": {
"test": "npm outdated"
"test": "yarn outdated"
},
"author": {
"name": "Sergej Müller",
Expand Down

0 comments on commit 5818fa7

Please sign in to comment.