Skip to content

Commit

Permalink
Merge pull request #150 from swisspush/develop
Browse files Browse the repository at this point in the history
v0.9.9
  • Loading branch information
lbovet authored Sep 28, 2020
2 parents 9ce4b3e + 67b8ed6 commit c6cc774
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apikana",
"version": "0.9.8",
"version": "0.9.9",
"description": "Integrated tools for REST API design - アピ",
"main": "index.js",
"bin": {
Expand Down
1 change: 1 addition & 0 deletions src/generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ module.exports = {
// target of all dependencies is -api-dependencies/ts directory!
function unpack(baseDir, subDir, pattern, absolute) {
return gulp.src(['!./**/-api-dependencies/**/*', './**/node_modules/**/' + baseDir + '/' + subDir + '/' + pattern], {base: 'node_modules'})
.pipe(replace('node_modules/-api-dependencies/ts', '../..')) // So that transitive dependencies work when generating code
.pipe(gulp.dest(path.join(params.dependencyPath(), 'ts')));
}

Expand Down

0 comments on commit c6cc774

Please sign in to comment.