@hyperoslo/heroku-billing
Advanced tools
Comparing version 1.2.0 to 1.3.0
{ | ||
"name": "@hyperoslo/heroku-billing", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "Generates a Heroku billing overview", | ||
"author": "Tim Kurvers @timkurvers", | ||
@@ -9,6 +10,9 @@ "repository": "github:hyperoslo/heroku-billing", | ||
"lint": "eslint .", | ||
"postpack": "rm -f oclif.manifest.json", | ||
"posttest": "npm run lint", | ||
"prepack": "oclif-dev manifest", | ||
"test": "echo 'No tests yet'" | ||
}, | ||
"files": [ | ||
"/oclif.manifest.json", | ||
"/src" | ||
@@ -33,2 +37,3 @@ ], | ||
"devDependencies": { | ||
"@oclif/dev-cli": "^1.19.0", | ||
"babel-eslint": "^10.0.1", | ||
@@ -35,0 +40,0 @@ "eslint": "^5.6.1", |
# Heroku Billing | ||
[![Version](https://img.shields.io/npm/v/hyperoslo/heroku-billing.svg)](https://npmjs.org/package/@hyperoslo/heroku-billing) | ||
[![License](https://img.shields.io/npm/l/hyperoslo/heroku-billing.svg)](https://github.com/hyperoslo/heroku-billing/blob/master/package.json) | ||
[![Version](https://img.shields.io/npm/v/@hyperoslo/heroku-billing.svg)](https://npmjs.org/package/@hyperoslo/heroku-billing) | ||
[![License](https://img.shields.io/npm/l/@hyperoslo/heroku-billing.svg)](https://github.com/hyperoslo/heroku-billing/blob/master/package.json) | ||
@@ -6,0 +6,0 @@ Generates a billing overview including dyno and add-on costs per application. |
18115
6
7