Skip to content

Commit 1733657

Browse files
committed
Upgraded bundler for code quality
1 parent 4735b7f commit 1733657

File tree

5 files changed

+26
-26
lines changed

5 files changed

+26
-26
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Robert Eisele
3+
Copyright (c) 2024 Robert Eisele
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ Testing the source against the shipped test suite is as easy as
336336
npm run test
337337
```
338338

339-
## Copyright and licensing
339+
## Copyright and Licensing
340340

341-
Copyright (c) 2025, [Robert Eisele](https://raw.org/)
341+
Copyright (c) 2024, [Robert Eisele](https://raw.org/)
342342
Licensed under the MIT license.

dist/quaternion.min.js

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "quaternion",
33
"title": "Quaternion.js",
4-
"version": "1.6.4",
4+
"version": "1.6.5",
55
"homepage": "https://github.com/rawify/Quaternion.js",
66
"bugs": "https://github.com/rawify/Quaternion.js/issues",
77
"description": "A rotation library using quaternions",
@@ -59,7 +59,7 @@
5959
"example": "examples"
6060
},
6161
"devDependencies": {
62-
"crude-build": "^0.0.4",
62+
"crude-build": "^0.1.0",
6363
"mocha": "*"
6464
}
6565
}

src/quaternion.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Quaternion.js v1.6.4 10/8/2024
2+
* @license Quaternion.js v1.6.5 10/9/2024
33
* https://github.com/rawify/Quaternion.js
44
*
55
* Copyright (c) 2024, Robert Eisele (https://raw.org/)

0 commit comments

Comments
 (0)