update tsn dependency and by that support Decorators and runtime type checking through reflect metadata API

This commit is contained in:
2016-09-14 13:16:36 +02:00
parent b2d8cb53f3
commit 2a0a5cea8c
13 changed files with 72 additions and 74 deletions

10
dist/index.js vendored
View File

@@ -1,13 +1,13 @@
"use strict";
require('typings-global');
require("typings-global");
/* ================================================== *
Starting NPMTS main process.
* ================================================== */
var early = require('early');
var early = require("early");
early.start('NPMTS');
var plugins = require('./npmts.plugins');
var paths = require('./npmts.paths');
var npmts_promisechain_1 = require('./npmts.promisechain');
var plugins = require("./npmts.plugins");
var paths = require("./npmts.paths");
var npmts_promisechain_1 = require("./npmts.promisechain");
early.stop()
.then(function () {
var npmtsProjectInfo = new plugins.projectinfo.ProjectinfoNpm(paths.npmtsPackageRoot);