Skip to content

Commit

Permalink
Add option to insert a new line between appended/prepended content to…
Browse files Browse the repository at this point in the history
… single file WIKIUpdater task (#989)

* Add insertLinefeed option
* Dependencies update
  • Loading branch information
rfennell authored Mar 28, 2021
1 parent 7707088 commit aed8dc7
Show file tree
Hide file tree
Showing 11 changed files with 10,869 additions and 1,187 deletions.
5,991 changes: 5,406 additions & 585 deletions Extensions/WikiUpdater/WikiFolderUpdaterTask/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions Extensions/WikiUpdater/WikiFolderUpdaterTask/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,26 @@
},
"main": "test.js",
"dependencies": {
"azure-pipelines-task-lib": "^2.9.3",
"fs": "0.0.1-security",
"glob": "^7.1.6",
"ncp": "^2.0.0",
"process": "^0.11.10",
"rimraf": "^2.6.2",
"simple-git": "^1.107.0",
"azure-pipelines-task-lib": "^2.9.3"
"simple-git": "^1.107.0"
},
"devDependencies": {
"@types/chai": "^4.0.4",
"@types/mocha": "^2.2.44",
"@types/node": "^10.12.2",
"chai": "^3.5.0",
"del": "^4.0.0",
"mocha": "^5.2.0",
"mocha": "^8.3.2",
"mocha-junit-reporter": "^1.15.0",
"ts-node": "^3.3.0",
"tslint": "^5.9.1",
"typescript": "^2.6.1",
"typings": "^2.1.1"
"typings": "^0.6.10"
},
"author": "Richard Fennell",
"license": "MIT"
Expand Down
Loading

0 comments on commit aed8dc7

Please sign in to comment.