Skip to content

Commit a01bb5b

Browse files
committed
Merge branch 'master' into HAv2
2 parents b8b1db4 + 98a5ea1 commit a01bb5b

File tree

3 files changed

+11
-13
lines changed

3 files changed

+11
-13
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ env:
1010
before_install:
1111
- npm i -g npx
1212

13-
install:
14-
- npm i
13+
cache:
14+
directories:
15+
- "node_modules"
1516

1617
script:
1718
- npm run build

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# <img height=24 src=https://cdn.rawgit.com/jorgebucaran/f53d2c00bafcf36e84ffd862f0dc2950/raw/882f20c970ff7d61aa04d44b92fc3530fa758bc0/Hyperapp.svg> Hyperapp FX
22

3-
[![Build Status](https://travis-ci.org/hyperapp/fx.svg?branch=master)](https://travis-ci.org/hyperapp/fx)
4-
[![codecov](https://codecov.io/gh/hyperapp/fx/branch/master/graph/badge.svg)](https://codecov.io/gh/hyperapp/fx)
5-
[![npm](https://img.shields.io/npm/v/@hyperapp/fx.svg)](https://www.npmjs.org/package/@hyperapp/fx)
3+
[![Build Status](https://travis-ci.org/okwolf/hyperapp-fx.svg?branch=master)](https://travis-ci.org/okwolf/hyperapp-fx)
4+
[![codecov](https://codecov.io/gh/okwolf/hyperapp-fx/branch/master/graph/badge.svg)](https://codecov.io/gh/okwolf/hyperapp-fx)
5+
[![npm](https://img.shields.io/npm/v/hyperapp-fx.svg)](https://www.npmjs.org/package/hyperapp-fx)
66
[![Slack](https://hyperappjs.herokuapp.com/badge.svg)](https://hyperappjs.herokuapp.com "Join us")
77

88
> TODO: HAv2 docs

package.json

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
{
2-
"name": "@hyperapp/fx",
2+
"name": "hyperapp-fx",
33
"version": "0.20.0-HAv2",
44
"description": "Effects as data for Hyperapp v2",
55
"main": "dist/hyperappFx.js",
66
"module": "src/index.js",
7-
"repository": {
8-
"type": "git",
9-
"url": "git+https://github.com/hyperapp/fx.git"
10-
},
117
"devDependencies": {
128
"babel-preset-env": "=1.6.1",
139
"eslint": "=4.19.0",
@@ -63,8 +59,9 @@
6359
],
6460
"author": "Wolfgang Wedemeyer <wolf@okwolf.com>",
6561
"license": "MIT",
62+
"repository": "okwolf/hyperapp-fx",
63+
"homepage": "https://github.com/okwolf/hyperapp-fx",
6664
"bugs": {
67-
"url": "https://github.com/hyperapp/fx/issues"
68-
},
69-
"homepage": "https://github.com/hyperapp/fx"
65+
"url": "https://github.com/okwolf/hyperapp-fx/issues"
66+
}
7067
}

0 commit comments

Comments
 (0)