Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump kind-of from 6.0.2 to 6.0.3 #26

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,15 @@
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --inline --hot --colors --content-base public/"
},
"scripts": {},
"author": "",
"license": "ISC",
"dependencies": {
"jsartoolkit": "kalwalt/jsartoolkit5.git#fixing-nft",
"three": "^0.112"
},
"devDependencies": {
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1"
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
}
}
Binary file added public/DataNFT/image2023.fset
Binary file not shown.
Binary file added public/DataNFT/image2023.fset3
Binary file not shown.
Binary file added public/DataNFT/image2023.iset
Binary file not shown.
8 changes: 2 additions & 6 deletions public/js/bundle.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions public/js/bundle.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/** @license zlib.js 2012 - imaya [ https://github.com/imaya/zlib.js ] The MIT License */

//!\ DECLARE ALIAS AFTER assign prototype !
2 changes: 1 addition & 1 deletion src/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let marker = {
width: 874,
height: 590,
dpi: 150,
url: "../../../DataNFT/2020_greenting_omote"
url: "../../../DataNFT/image2023"
};

let container = document.getElementById("app");
Expand Down
4,416 changes: 662 additions & 3,754 deletions yarn.lock

Large diffs are not rendered by default.