mirror of
https://github.com/BlueMap-Minecraft/BlueMapWeb.git
synced 2024-11-28 04:45:13 +01:00
Add .npmignore and push version
This commit is contained in:
parent
3adb0df300
commit
aa4cf7285d
13
.npmignore
Normal file
13
.npmignore
Normal 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
3066
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user