Skip to content

Commit

Permalink
Merge pull request #147 from adopted-ember-addons/update-url
Browse files Browse the repository at this point in the history
Update repository url after migration
  • Loading branch information
SergeAstapov authored Oct 31, 2024
2 parents c90408f + 2e07e96 commit ca81ed5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Ember Validators

[![Build Status](https://github.com/offirgolan/ember-validators/actions/workflows/ci.yml/badge.svg)](https://github.com/offirgolan/ember-validators/actions/workflows/ci.yml)
[![Build Status](https://github.com/adopted-ember-addons/ember-validators/actions/workflows/ci.yml/badge.svg)](https://github.com/adopted-ember-addons/ember-validators/actions/workflows/ci.yml)
[![npm version](https://badge.fury.io/js/ember-validators.svg)](http://badge.fury.io/js/ember-validators)

A collection of EmberJS validators
Expand All @@ -17,7 +17,7 @@ ember install ember-validators

## Looking for help?

If it is a bug [please open an issue on GitHub](http://github.com/offirgolan/ember-validators/issues).
If it is a bug [please open an issue on GitHub](http://github.com/adopted-ember-addons/ember-validators/issues).

## Usage

Expand Down
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"repository": {
"type": "git",
"url": "http://github.com/offirgolan/ember-validators.git"
"url": "http://github.com/adopted-ember-addons/ember-validators.git"
},
"license": "MIT",
"author": "Offir Golan <[email protected]>",
Expand Down Expand Up @@ -85,10 +85,6 @@
},
"ember-addon": {
"configPath": "tests/dummy/config",
"demoURL": "https://offirgolan.github.io/ember-validators"
},
"volta": {
"node": "12.22.9",
"npm": "6.14.16"
"demoURL": "https://adopted-ember-addons.github.io/ember-validators"
}
}
2 changes: 1 addition & 1 deletion yuidoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Ember Validators",
"description": "A collection of EmberJS validators",
"url": "https://github.com/offirgolan/ember-validators",
"url": "https://github.com/adopted-ember-addons/ember-validators",
"indexModule": "Validators",
"options": {
"enabledEnvironments": ["development", "production"],
Expand Down

0 comments on commit ca81ed5

Please sign in to comment.