Skip to content

Commit

Permalink
Update repo and links
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Jan 9, 2024
1 parent 7e9e66b commit 8e88e95
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 18 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
[![npm version](https://badge.fury.io/js/ember-flatpickr.svg)](http://badge.fury.io/js/ember-flatpickr)
[![npm](https://img.shields.io/npm/dm/ember-flatpickr.svg)]()
[![Ember Observer Score](https://emberobserver.com/badges/ember-flatpickr.svg)](https://emberobserver.com/addons/ember-flatpickr)
[![CI](https://github.com/shipshapecode/ember-flatpickr/actions/workflows/ci.yml/badge.svg)](https://github.com/shipshapecode/ember-flatpickr/actions/workflows/ci.yml)
[![Code Climate](https://codeclimate.com/github/shipshapecode/ember-flatpickr/badges/gpa.svg)](https://codeclimate.com/github/shipshapecode/ember-flatpickr)
[![Test Coverage](https://codeclimate.com/github/shipshapecode/ember-flatpickr/badges/coverage.svg)](https://codeclimate.com/github/shipshapecode/ember-flatpickr/coverage)
[![CI](https://github.com/RobbieTheWagner/ember-flatpickr/actions/workflows/ci.yml/badge.svg)](https://github.com/RobbieTheWagner/ember-flatpickr/actions/workflows/ci.yml)
[![Code Climate](https://codeclimate.com/github/RobbieTheWagner/ember-flatpickr/badges/gpa.svg)](https://codeclimate.com/github/RobbieTheWagner/ember-flatpickr)
[![Test Coverage](https://codeclimate.com/github/RobbieTheWagner/ember-flatpickr/badges/coverage.svg)](https://codeclimate.com/github/RobbieTheWagner/ember-flatpickr/coverage)

This is an Ember addon that wraps the date picker [flatpickr](http://chmln.github.io/flatpickr/).

Expand All @@ -27,7 +27,7 @@ ember install ember-flatpickr

## Documentation

[View Docs](https://shipshapecode.github.io/ember-flatpickr/)
[View Docs](https://RobbieTheWagner.github.io/ember-flatpickr/)

## Contributing

Expand Down
6 changes: 3 additions & 3 deletions ember-flatpickr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"datepicker",
"datetime picker"
],
"homepage": "https://shipshapecode.github.io/ember-flatpickr",
"repository": "https://github.com/shipshapecode/ember-flatpickr",
"homepage": "https://RobbieTheWagner.github.io/ember-flatpickr",
"repository": "https://github.com/RobbieTheWagner/ember-flatpickr",
"license": "MIT",
"author": {
"name": "Robert Wagner",
"email": "[email protected]",
"url": "https://github.com/rwwagner90"
"url": "https://github.com/RobbieTheWagner"
},
"directories": {
"doc": "doc",
Expand Down
2 changes: 1 addition & 1 deletion ember-flatpickr/src/components/ember-flatpickr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export default class EmberFlatpickr extends Component<EmberFlatpickrArgs> {
if (altInput && element?.nextSibling) {
// `element` is the hidden input storing the alternate date value sent to the server
// @see https://flatpickr.js.org/options/ `altInput` config options
// Refactored during https://github.com/shipshapecode/ember-flatpickr/issues/306 to instead
// Refactored during https://github.com/RobbieTheWagner/ember-flatpickr/issues/306 to instead
// extend Ember's `@ember/component/text-field`
// `element.nextSibling` is the text input that the user will interact with, so
// long as it is enabled
Expand Down
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@
"name": "workspace-root",
"version": "5.0.0",
"private": true,
"repository": "",
"homepage": "https://RobbieTheWagner.github.io/ember-flatpickr",
"repository": "https://github.com/RobbieTheWagner/ember-flatpickr",
"license": "MIT",
"author": "",
"author": {
"name": "Robert Wagner",
"email": "[email protected]",
"url": "https://github.com/RobbieTheWagner"
},
"scripts": {
"build": "pnpm --filter ember-flatpickr build",
"lint": "pnpm --filter '*' lint",
Expand Down
4 changes: 2 additions & 2 deletions test-app/app/routes/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ export default class ApplicationRoute extends Route {
return {
links: [
{
href: 'https://github.com/shipshapecode/ember-flatpickr',
href: 'https://github.com/RobbieTheWagner/ember-flatpickr',
text: 'Docs',
type: 'href',
},
{
href: 'https://github.com/shipshapecode/ember-flatpickr',
href: 'https://github.com/RobbieTheWagner/ember-flatpickr',
text: 'GitHub',
type: 'href',
},
Expand Down
6 changes: 3 additions & 3 deletions test-app/app/templates/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
[![npm version](https://badge.fury.io/js/ember-flatpickr.svg)](http://badge.fury.io/js/ember-flatpickr)
[![npm](https://img.shields.io/npm/dm/ember-flatpickr.svg)]()
[![Ember Observer Score](https://emberobserver.com/badges/ember-flatpickr.svg)](https://emberobserver.com/addons/ember-flatpickr)
[![CI](https://github.com/shipshapecode/ember-flatpickr/actions/workflows/ci.yml/badge.svg)](https://github.com/shipshapecode/ember-flatpickr/actions/workflows/ci.yml)
[![Code Climate](https://codeclimate.com/github/shipshapecode/ember-flatpickr/badges/gpa.svg)](https://codeclimate.com/github/shipshapecode/ember-flatpickr)
[![Test Coverage](https://codeclimate.com/github/shipshapecode/ember-flatpickr/badges/coverage.svg)](https://codeclimate.com/github/shipshapecode/ember-flatpickr/coverage)
[![CI](https://github.com/RobbieTheWagner/ember-flatpickr/actions/workflows/ci.yml/badge.svg)](https://github.com/RobbieTheWagner/ember-flatpickr/actions/workflows/ci.yml)
[![Code Climate](https://codeclimate.com/github/RobbieTheWagner/ember-flatpickr/badges/gpa.svg)](https://codeclimate.com/github/RobbieTheWagner/ember-flatpickr)
[![Test Coverage](https://codeclimate.com/github/RobbieTheWagner/ember-flatpickr/badges/coverage.svg)](https://codeclimate.com/github/RobbieTheWagner/ember-flatpickr/coverage)

This is an Ember addon that wraps the date picker [flatpickr](http://chmln.github.io/flatpickr/).

Expand Down
6 changes: 3 additions & 3 deletions test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"datepicker",
"datetime picker"
],
"homepage": "https://shipshapecode.github.io/ember-flatpickr",
"repository": "https://github.com/shipshapecode/ember-flatpickr",
"homepage": "https://RobbieTheWagner.github.io/ember-flatpickr",
"repository": "https://github.com/RobbieTheWagner/ember-flatpickr",
"license": "MIT",
"author": {
"name": "Robert Wagner",
"email": "[email protected]",
"url": "https://github.com/rwwagner90"
"url": "https://github.com/RobbieTheWagner"
},
"directories": {
"doc": "doc",
Expand Down

0 comments on commit 8e88e95

Please sign in to comment.