mirror of https://github.com/apache/iotdb
fix website license; add more memory because of vuepress 1.x bug
This commit is contained in:
parent
c714e49186
commit
6e281ef1fc
2
pom.xml
2
pom.xml
|
@ -550,7 +550,7 @@
|
|||
<exclude>**/*.cvs</exclude>
|
||||
<!-- licenses -->
|
||||
<exclude>licenses/*</exclude>
|
||||
<!-- only for Travis CI with WinOS-->
|
||||
<!-- only for Travis CI with WinOS-->
|
||||
<exclude>hadoopbin</exclude>
|
||||
<exclude>windowssystem32</exclude>
|
||||
<!-- generated by Github -->
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
"description": "Apache IoTDB (incubating) Website",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"dev": "node --max_old_space_size=4096 ./node_modules/vuepress/cli.js dev src",
|
||||
"build": "node --max_old_space_size=4096 ./node_modules/vuepress/cli.js build src",
|
||||
"deploy": "node --max_old_space_size=4096 deploy.js"
|
||||
"dev": "node --max_old_space_size=8000 ./node_modules/vuepress/cli.js dev src",
|
||||
"build": "node --max_old_space_size=8000 ./node_modules/vuepress/cli.js build src",
|
||||
"deploy": "node --max_old_space_size=8000 deploy.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -21,7 +21,7 @@
|
|||
"Time Series Database"
|
||||
],
|
||||
"author": "Apache IoTDB (incubating)",
|
||||
"license": "Apache License 2.0",
|
||||
"license": "Apache-2.0",
|
||||
"bugs": {
|
||||
"url": "https://github.com/apache/incubator-iotdb"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue