add magic item images, some wpm creatures
This commit is contained in:
12
package.json
12
package.json
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "planar-vagabond",
|
||||
"version": "0.12.1",
|
||||
"version": "0.12.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"
|
||||
"build": "npx weevr build",
|
||||
"build:prod": "cross-env NODE_ENV=production npx weevr build",
|
||||
"serve": "npx weevr serve",
|
||||
"start": "npx weevr watch",
|
||||
"watch": "npx weevr watch"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "Eric Woodward (https://www.itsericwoodward.com)",
|
||||
|
||||
Reference in New Issue
Block a user