Skip to content

Commit 4ae09de

Browse files
author
PowerShell
committed
Applying package updates.
1 parent c777928 commit 4ae09de

File tree

6 files changed

+23
-14
lines changed

6 files changed

+23
-14
lines changed

common/changes/ianc-fixing-tslint-config_2017-04-03-22-52.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

gulp-core-build-typescript/CHANGELOG.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@microsoft/gulp-core-build-typescript",
33
"entries": [
4+
{
5+
"version": "2.4.2",
6+
"tag": "@microsoft/gulp-core-build-typescript_v2.4.2",
7+
"date": "Wed, 05 Apr 2017 19:21:55 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Fixing the way the TSLint task is configured to allow removal of existing rules."
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "2.4.1",
618
"tag": "@microsoft/gulp-core-build-typescript_v2.4.1",

gulp-core-build-typescript/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log - @microsoft/gulp-core-build-typescript
22

3-
This log was last generated on Mon, 20 Mar 2017 04:20:13 GMT and should not be manually modified.
3+
This log was last generated on Wed, 05 Apr 2017 19:21:55 GMT and should not be manually modified.
4+
5+
## 2.4.2
6+
Wed, 05 Apr 2017 19:21:55 GMT
7+
8+
### Patches
9+
10+
- Fixing the way the TSLint task is configured to allow removal of existing rules.
411

512
## 2.4.1
613
Mon, 20 Mar 2017 04:20:13 GMT

gulp-core-build-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/gulp-core-build-typescript",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"description": "",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

node-library-build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"@microsoft/gulp-core-build": ">=2.4.2 <3.0.0",
1919
"@microsoft/gulp-core-build-mocha": ">=2.0.1 <3.0.0",
20-
"@microsoft/gulp-core-build-typescript": ">=2.4.1 <3.0.0",
20+
"@microsoft/gulp-core-build-typescript": ">=2.4.2 <3.0.0",
2121
"@types/es6-promise": "0.0.32",
2222
"@types/gulp": "3.8.32",
2323
"@types/node": "6.0.62",

web-library-build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@microsoft/gulp-core-build-karma": ">=2.2.0 <3.0.0",
2222
"@microsoft/gulp-core-build-sass": ">=2.0.8 <3.0.0",
2323
"@microsoft/gulp-core-build-serve": ">=2.0.3 <3.0.0",
24-
"@microsoft/gulp-core-build-typescript": ">=2.4.1 <3.0.0",
24+
"@microsoft/gulp-core-build-typescript": ">=2.4.2 <3.0.0",
2525
"@microsoft/gulp-core-build-webpack": ">=1.1.2 <2.0.0",
2626
"@types/es6-promise": "0.0.32",
2727
"@types/gulp": "3.8.32",

0 commit comments

Comments
 (0)