Add .npmignore and push version

This commit is contained in:
Blue (Lukas Rieger) 2021-10-26 21:44:30 +02:00
parent 3adb0df300
commit aa4cf7285d
No known key found for this signature in database
GPG Key ID: 904C4995F9E1F800
3 changed files with 3075 additions and 12 deletions

13
.npmignore Normal file
View File

@ -0,0 +1,13 @@
.classpath
.project
.idea
build
doc
node_modules
public/js
###### Below is additionally to .gitignore
.github
public

3066
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "bluemap",
"version": "1.0.0",
"version": "1.0.1",
"description": "A library to load and display Minecraft maps generated by BlueMap.",
"repository": {
"type": "git",
@ -21,16 +21,16 @@
},
"homepage": "https://bluecolo.red/bluemap",
"dependencies": {
"three": "~0.123.0",
"hammerjs": "~2.0.8"
"hammerjs": "~2.0.8",
"three": "~0.123.0"
},
"devDependencies": {
"@babel/core": "~7.11.6",
"@babel/plugin-proposal-class-properties": "~7.10.4",
"@babel/polyfill": "~7.11.5",
"@babel/preset-env": "~7.11.5",
"@types/babel__core": "~7.1.9",
"@rollup/plugin-babel": "~5.2.1",
"@types/babel__core": "~7.1.9",
"concurrently": "~5.3.0",
"copyfiles": "~2.3.0",
"http-server": "~0.12.3",