From 7cb21bcd5f33bd004d837cb8d6faf0744972376c Mon Sep 17 00:00:00 2001 From: 5chdn <5chdn@users.noreply.github.com> Date: Mon, 3 Dec 2018 20:43:56 +0100 Subject: [PATCH] node: be more generic in dist tasks --- .travis.yml | 4 ++-- package.json | 9 ++++----- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 501e494..44d334b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,5 +5,5 @@ node_js: '8' before_install: npm install -g grunt-cli install: - npm install - - npm run dist-pow - - npm run dist-poa + - npm run dist -- pow + - npm run dist -- poa diff --git a/package.json b/package.json index a8fba65..f507ca9 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,14 @@ { - "name": "netstats-server", - "description": "Görli Network Dashboard", - "version": "0.1.0", + "name": "ethstats-server", + "description": "Ethstats Network Dashboard", + "version": "0.2.0", "private": true, "engines": { "node": "8.11.1", "npm": "6.4.1" }, "scripts": { - "dist-poa": "grunt poa", - "dist-pow": "grunt pow", + "dist": "grunt", "start": "node ./bin/www" }, "dependencies": {