1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-13 03:45:56 +00:00

added the required changes before merge

This commit is contained in:
Lasse Borly
2016-09-19 23:10:56 +02:00
parent 0690216222
commit efddfd31ee
2 changed files with 4 additions and 3 deletions

View File

@@ -3,9 +3,10 @@
"description": "Create authentic looking D&D homebrews using only markdown",
"version": "2.3.0",
"scripts": {
"build": "node_modules/.bin/gulp fresh",
"build": "node_modules/.bin/gulp prod",
"watch": "node_modules/.bin/gulp",
"postinstall": "gulp prod",
"libs": "node_modules/.bin/gulp fresh",
"postinstall": "npm run build",
"start": "node server.js"
},
"author": "stolksdorf",