Skip to content

Commit 2550909

Browse files
authored
Merge pull request #7 from yhnavein/build
Configured this repository
2 parents 62c533d + bcc675e commit 2550909

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- "7"
3+
- "8"
44

55
before_install:
66
- if [[ `npm -v` != 5* ]]; then npm i -g npm@5; fi

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
<!-- Logo -->
22
<p align="center">
3-
<a href="https://edcarroll.github.io/ng2-semantic-ui/">
4-
<img height="128" width="238" src="https://raw.githubusercontent.com/edcarroll/ng2-semantic-ui/master/demo/src/assets/logo.png">
3+
<a href="https://yhnavein.github.io/ng2-semantic-ui/">
4+
<img height="128" width="238" src="https://raw.githubusercontent.com/yhnavein/ng2-semantic-ui/master/demo/src/assets/logo.png">
55
</a>
66
</p>
77

88
<!-- Name -->
99
<h1 align="center">
10-
<a href="https://edcarroll.github.io/ng2-semantic-ui">ng2-semantic-ui</a>
10+
<a href="https://yhnavein.github.io/ng2-semantic-ui">ng2-semantic-ui</a>
1111
</h1>
1212

1313
<!-- Badges -->
1414
<p align="center">
1515
<a href="https://gitter.im/ng2-semantic-ui/Lobby">
1616
<img alt="Gitter" src="https://img.shields.io/gitter/room/ng2-semantic-ui/Lobby.js.svg?style=flat-square" />
1717
</a>
18-
<a href="https://travis-ci.org/edcarroll/ng2-semantic-ui">
19-
<img alt="Travis CI" src="https://img.shields.io/travis/edcarroll/ng2-semantic-ui.svg?style=flat-square" />
18+
<a href="https://travis-ci.org/yhnavein/ng2-semantic-ui">
19+
<img alt="Travis CI" src="https://img.shields.io/travis/yhnavein/ng2-semantic-ui.svg?style=flat-square" />
2020
</a>
2121
<a href="https://www.npmjs.com/package/ng2-semantic-ui">
2222
<img alt="npm" src="https://img.shields.io/npm/v/ng2-semantic-ui.svg?style=flat-square" />

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"name": "ng2-semantic-ui",
2+
"name": "@yhnavein/ng2-semantic-ui",
33
"main": "bundles/ng2-semantic-ui.umd.min.js",
44
"module": "dist/public.js",
55
"typings": "dist/public.d.ts",
66
"version": "0.9.7",
77
"description": "Angular 2 Semantic UI Components",
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/edcarroll/ng2-semantic-ui/tree/master"
10+
"url": "https://github.com/yhnavein/ng2-semantic-ui/tree/master"
1111
},
1212
"bugs": {
13-
"url": "https://github.com/edcarroll/ng2-semantic-ui/tree/master/issues"
13+
"url": "https://github.com/yhnavein/ng2-semantic-ui/tree/master/issues"
1414
},
1515
"author": "Edward Carroll",
1616
"keywords": [

0 commit comments

Comments
 (0)