Skip to content

Commit

Permalink
Project cleanup
Browse files Browse the repository at this point in the history
Updates project references to point to organization.
ump copyright year.
Package updates.
  • Loading branch information
tiesont committed Jun 26, 2023
1 parent 6319e79 commit bc1840e
Show file tree
Hide file tree
Showing 8 changed files with 890 additions and 961 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

(The MIT License)

Copyright (C) 2011-2022 by Nick Payne <nick@kurai.co.uk>
Copyright (C) 2011-2023 by Nick Payne <nick@kurai.co.uk>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The easiest thing is to [find me on twitter @makeusabrew](http://twitter.com/mak

## Contributing

Please see the [CONTRIBUTING](https://github.com/makeusabrew/bootbox/blob/master/CONTRIBUTING.md) file for guidelines.
Please see the [CONTRIBUTING](https://github.com/bootboxjs/bootbox/blob/master/CONTRIBUTING.md) file for guidelines.

## Running Tests

Expand All @@ -28,7 +28,7 @@ npm test
```

When submitting pull requests, ensure your tests pass. **Pull-requests with failing tests will be rejected.** See the
[CONTRIBUTING](https://github.com/makeusabrew/bootbox/blob/master/CONTRIBUTING.md) file for more information.
[CONTRIBUTING](https://github.com/bootboxjs/bootbox/blob/master/CONTRIBUTING.md) file for more information.

## A note on Bootstrap dependencies

Expand Down Expand Up @@ -56,13 +56,13 @@ Much more dependency information can be found [on the Bootbox website](http://bo
- `zh_CN` -> `zh-CN`
- `zh_TW` -> `zh-CW`

For a full list of releases and changes please see [the changelog](https://github.com/makeusabrew/bootbox/blob/master/CHANGELOG.md).
For a full list of releases and changes please see [the changelog](https://github.com/bootboxjs/bootbox/blob/master/CHANGELOG.md).

## License

(The MIT License)

Copyright (C) 2011-2022 by Nick Payne <nick@kurai.co.uk>
Copyright (C) 2011-2023 by Nick Payne <nick@kurai.co.uk>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "makeusabrew/bootbox",
"name": "bootboxjs/bootbox",
"type": "component",
"description": "Wrappers for JavaScript alert(), confirm() and other flexible dialogs using the Bootstrap framework",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion dist/bootbox.all.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/bootbox.locales.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/bootbox.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion header.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Bootbox.js — alert, confirm, prompt, and flexible dialogs for the Bootstrap framework
* @version: 6.0.0
* @project: https://github.com/makeusabrew/bootbox
* @project: https://github.com/bootboxjs/bootbox
* @license: MIT http://bootboxjs.com/license.txt
*/
Loading

0 comments on commit bc1840e

Please sign in to comment.