Merge branch 'master' into develop

This commit is contained in:
Arwed Mett 2018-02-15 20:15:45 +01:00
commit fdac043d4b
4 changed files with 19 additions and 2 deletions

11
.travis.yml Normal file
View File

@ -0,0 +1,11 @@
language: node_js
node_js:
- "9.4.0"
- "5.12.0"
script:
- npm install && npm test
branches:
only:
- master

6
README.md Normal file
View File

@ -0,0 +1,6 @@
# homepage-frontend
[![Build Status](https://travis-ci.org/Pfeifenjoy/homepage-frontend.svg?branch=master)](https://travis-ci.org/Pfeifenjoy/homepage-frontend)
This is the frontend of my personal homepage.
You can visit the website under: [http://metthub.de](http://metthub.de)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@arwed/homepage",
"version": "0.0.2",
"version": "0.0.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@arwed/homepage",
"version": "0.0.2",
"version": "0.0.3",
"description": "My personal homepage",
"main": "build/index.js",
"repository": "git@metthub.de:private/arwed/homepage-2",