Skip to content

Commit

Permalink
Updated package files
Browse files Browse the repository at this point in the history
Updated version
  • Loading branch information
TS committed May 28, 2024
1 parent 715a399 commit 5e55d55
Show file tree
Hide file tree
Showing 11 changed files with 1,709 additions and 909 deletions.
2 changes: 1 addition & 1 deletion dist/tgen-with-presets.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/tgen-with-presets.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* https://texture-generator.com/
*
* @copyright 2015-2022 Tamas Schalk
* @version 1.4.25
* @version 1.4.26
* @license MIT
*
*/
Binary file modified dist/tgen-with-presets.min.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/tgen.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/tgen.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* https://texture-generator.com/
*
* @copyright 2015-2022 Tamas Schalk
* @version 1.4.25
* @version 1.4.26
* @license MIT
*
*/
Binary file modified dist/tgen.min.js.gz
Binary file not shown.
2,596 changes: 1,698 additions & 898 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seamless-texture-generator",
"version": "1.4.25",
"version": "1.4.26",
"description": "Seamless texture generator",
"homepage": "https://github.com/schalkt/tgen/",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production",
"init": "npm prune && npm install && npm audit fix && npm run development",
"init": "npm prune && npm update && npm audit fix && npm run development",
"release": "npm --no-git-tag-version version patch && npm run production",
"test": "node ./node_modules/mocha/bin/mocha",
"pretty": "prettier --write \"./**/*.{js,css,html,json}\""
Expand All @@ -34,7 +34,7 @@
"devDependencies": {
"compression-webpack-plugin": "^11.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint": "^9.3.0",
"i": "^0.3.7",
"laravel-mix": "^6.0.49",
"lodash": "^4.17.21",
Expand Down
4 changes: 2 additions & 2 deletions src/tgen-base-common.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
* https://texture-generator.com/
*
* @copyright 2015-2022 Tamas Schalk
* @version 1.4.25
* @version 1.4.26
* @license MIT
*
*/

const SeamlessTextureGenerator = {
version : "1.4.25",
version : "1.4.26",
defaults: {},
effects: {},
prepare: {},
Expand Down
2 changes: 1 addition & 1 deletion src/tgen-base-with-presets.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* https://texture-generator.com/
*
* @copyright 2015-2022 Tamas Schalk
* @version 1.4.25
* @version 1.4.26
* @license MIT
*
*/
Expand Down
2 changes: 1 addition & 1 deletion src/tgen-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* https://texture-generator.com/
*
* @copyright 2015-2022 Tamas Schalk
* @version 1.4.25
* @version 1.4.26
* @license MIT
*
*/
Expand Down

0 comments on commit 5e55d55

Please sign in to comment.