Skip to content

Commit

Permalink
Update gen-typescript-declarations and generate constructor types (#5281
Browse files Browse the repository at this point in the history
)

* Update gen-typescript-declarations and generate constructor types

* Fix package-lock file

* Specify NPM version in Travis file
  • Loading branch information
TimvdLippe committed Jun 30, 2018
1 parent acc7757 commit 2a7c43f
Show file tree
Hide file tree
Showing 7 changed files with 2,275 additions and 1,928 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -8,6 +8,8 @@ addons:
cache:
directories:
- node_modules
before_install:
- npm i -g npm@6.1.0 # Make sure we use the latest version of NPM for correct lock files
before_script:
- npm install -g bower gulp-cli@1
- bower install
Expand Down

0 comments on commit 2a7c43f

Please sign in to comment.