From 38b856184c0b89f65e3bb4b452ac497440471638 Mon Sep 17 00:00:00 2001 From: Erjan Gavalji Date: Tue, 31 May 2016 15:50:55 +0300 Subject: [PATCH] Add a dependency to the theme package --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 499489107..9fb6c421b 100644 --- a/package.json +++ b/package.json @@ -17,12 +17,13 @@ "grunt-shell": "1.1.2", "grunt-simple-mocha": "0.4.0", "grunt-ts": "5.3.2", + "grunt-tslint": "3.0.3", "grunt-typedoc": "0.2.3", "grunt-untar": "0.0.1", "markdown-snippet-injector": "0.1.1", "mocha": "2.2.5", + "nativescript-typedoc-theme": "0.0.1", "shelljs": "0.5.3", - "grunt-tslint": "3.0.3", "time-grunt": "1.3.0", "tslint": "3.4.0", "typescript": "1.8.2"