diff --git a/bin/cube-build b/bin/cube-build index 6f9d4bc..c100b32 100755 --- a/bin/cube-build +++ b/bin/cube-build @@ -1,4 +1,4 @@ -#!/usr/bin/env node +#!/usr/bin/env node --stack_size=65535 --max_old_space_size=4096 'use strict'; const fs = require('xfs'); const path = require('path'); diff --git a/package.json b/package.json index 322edf1..f8a7216 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "fish (https://github.com/fishbar)", "name": "node-cube", "description": "a new way to write js in browser", - "version": "3.1.6", + "version": "3.1.7", "homepage": "https://github.com/fishbar/cube", "repository": { "type": "git",