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

got rid of the global dependence on gulp

This commit is contained in:
Lasse Borly
2016-09-18 03:51:20 +02:00
parent 7dc39e962b
commit 01e4e11ef7
2 changed files with 5 additions and 4 deletions

View File

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