diff --git a/gruntfile.js b/gruntfile.js index f5f6f76b6..e948ec494 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -498,6 +498,7 @@ module.exports = function(grunt) { "theme": '<%= grunt.option("theme") || "default" %>', "name": 'NativeScript', "includeDeclarations": undefined, + "experimentalDecorators": undefined, "mode": "file" }, src: localCfg.srcTsdFiles 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"