This commit is contained in:
2023-07-03 16:16:31 -04:00
parent e7cb4763be
commit a257f62b14
35 changed files with 564 additions and 92 deletions

View File

@@ -1,12 +1,13 @@
{
"name": "planar-vagabond",
"version": "0.11.2",
"version": "0.11.3",
"description": "",
"main": "index.js",
"scripts": {
"build": "node app.js build",
"build:prod": "cross-env NODE_ENV=production node ./lib/build",
"serve": "node app.js serve",
"start": "node app.js watch",
"watch": "node app.js watch"
},
"keywords": [],