Skip to content
This repository was archived by the owner on Jan 22, 2018. It is now read-only.

Commit 606b2e8

Browse files
author
Kamil Kisiela
committed
chore: update repo after transfer to formly-js
1 parent 73b5b07 commit 606b2e8

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
FormlyMaterial
22
==========
33

4-
[![GitHub version](https://badge.fury.io/gh/wieldo%2Fangular-formly-templates-material.svg)](https://badge.fury.io/gh/wieldo%2Fangular-formly-templates-material)
5-
[![Build Status](https://travis-ci.org/wieldo/angular-formly-templates-material.svg)](https://travis-ci.org/wieldo/angular-formly-templates-material)
6-
[![Coverage Status](https://coveralls.io/repos/wieldo/angular-formly-templates-material/badge.svg?branch=master&service=github)](https://coveralls.io/github/wieldo/angular-formly-templates-material?branch=master)
4+
[![GitHub version](https://badge.fury.io/gh/formly-js%2Fangular-formly-templates-material.svg)](https://badge.fury.io/gh/formly-js%2Fangular-formly-templates-material)
5+
[![Build Status](https://travis-ci.org/formly-js/angular-formly-templates-material.svg)](https://travis-ci.org/formly-js/angular-formly-templates-material)
6+
[![Coverage Status](https://coveralls.io/repos/formly-js/angular-formly-templates-material/badge.svg?branch=master&service=github)](https://coveralls.io/github/formly-js/angular-formly-templates-material?branch=master)
77
[![Codacy Badge](https://api.codacy.com/project/badge/grade/a2cd4c7c2d74467281e309a65be49e8f)](https://www.codacy.com/app/mys-sterowiec/angular-formly-templates-material)
88

99
Material Design Templates for [Angular-Formly](http://angular-formly.com). Modern & flexible forms configured easily in a JSON object.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"Kamil Kisiela <[email protected]>"
77
],
88
"license": "MIT",
9-
"homepage": "https://github.com/wieldo/angular-formly-templates-material",
9+
"homepage": "https://github.com/formly-js/angular-formly-templates-material",
1010
"keywords": [
1111
"AngularJs",
1212
"form",

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Package.describe({
66
version: "0.7.1",
77

88
documentation: 'README.md',
9-
git: 'https://github.com/wieldo/angular-formly-templates-material.git'
9+
git: 'https://github.com/formly-js/angular-formly-templates-material.git'
1010
});
1111

1212
Package.onUse(function (api) {

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "git+https://github.com/wieldo/angular-formly-templates-material.git"
17+
"url": "git+https://github.com/formly-js/angular-formly-templates-material.git"
1818
},
1919
"keywords": [
2020
"AngularJs",
@@ -27,9 +27,9 @@
2727
"author": "Kamil Kisiela <[email protected]>",
2828
"license": "MIT",
2929
"bugs": {
30-
"url": "https://github.com/wieldo/angular-formly-templates-material/issues"
30+
"url": "https://github.com/formly-js/angular-formly-templates-material/issues"
3131
},
32-
"homepage": "https://github.com/wieldo/angular-formly-templates-material#readme",
32+
"homepage": "https://github.com/formly-js/angular-formly-templates-material#readme",
3333
"dependencies": {
3434
"angular": "^1.4.0",
3535
"angular-messages": "^1.4.0",

0 commit comments

Comments
 (0)