I got error during Travis CI building.
> class-validator@0.5.0-alpha.3 postinstall /home/travis/build/sanex3339/javascript-obfuscator/node_modules/class-validator
> typings install
sh: 1: typings: not found
This error comes after i removed typings package from package.json of my package.
Looks like "typings": "^1.3.1" must be in dependencies instead of devDependencies.