Skip to content

Commit 2a7c43f

Browse files
authored
Update gen-typescript-declarations and generate constructor types (#5281)
* Update gen-typescript-declarations and generate constructor types * Fix package-lock file * Specify NPM version in Travis file
1 parent acc7757 commit 2a7c43f

File tree

7 files changed

+2275
-1928
lines changed

7 files changed

+2275
-1928
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ addons:
88
cache:
99
directories:
1010
- node_modules
11+
before_install:
12+
- npm i -g [email protected] # Make sure we use the latest version of NPM for correct lock files
1113
before_script:
1214
- npm install -g bower gulp-cli@1
1315
- bower install

0 commit comments

Comments
 (0)