Skip to content

Commit 13a6a96

Browse files
author
OneDrive Build
committed
Applying package updates.
1 parent 612544b commit 13a6a96

14 files changed

Lines changed: 31 additions & 144 deletions

File tree

common/changes/ianc-remove-explicit-typescripts_2017-02-08-08-14.json

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

common/changes/ianc-updating-npmignores_2017-02-07-05-54.json

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

common/changes/nickpape-no-err-on-help_2017-02-09-00-37.json

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

gulp-core-build-karma/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "gulp"
1616
},
1717
"dependencies": {
18-
"@microsoft/gulp-core-build": ">=2.3.0 <3.0.0",
18+
"@microsoft/gulp-core-build": ">=2.3.1 <3.0.0",
1919
"chai": "~3.5.0",
2020
"gulp": "~3.9.1",
2121
"gulp-karma": "~0.0.5",

gulp-core-build-mocha/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "gulp"
1616
},
1717
"dependencies": {
18-
"@microsoft/gulp-core-build": ">=2.3.0 <3.0.0",
18+
"@microsoft/gulp-core-build": ">=2.3.1 <3.0.0",
1919
"@types/es6-promise": "0.0.32",
2020
"@types/node": "^6.0.46",
2121
"gulp": "~3.9.1",

gulp-core-build-sass/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "gulp"
1616
},
1717
"dependencies": {
18-
"@microsoft/gulp-core-build": ">=2.3.0 <3.0.0",
18+
"@microsoft/gulp-core-build": ">=2.3.1 <3.0.0",
1919
"@microsoft/load-themed-styles": "^1.2.2",
2020
"@types/es6-promise": "0.0.32",
2121
"@types/node": "^6.0.46",

gulp-core-build-serve/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "gulp"
1616
},
1717
"dependencies": {
18-
"@microsoft/gulp-core-build": ">=2.3.0 <3.0.0",
18+
"@microsoft/gulp-core-build": ">=2.3.1 <3.0.0",
1919
"@types/es6-promise": "0.0.32",
2020
"@types/node": "^6.0.46",
2121
"deasync": "~0.1.7",

gulp-core-build-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "gulp"
1616
},
1717
"dependencies": {
18-
"@microsoft/gulp-core-build": ">=2.3.0 <3.0.0",
18+
"@microsoft/gulp-core-build": ">=2.3.1 <3.0.0",
1919
"@microsoft/api-extractor": ">=1.1.9 <2.0.0",
2020
"@types/es6-promise": "0.0.32",
2121
"@types/gulp": "^3.8.32",

gulp-core-build-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "gulp"
1616
},
1717
"dependencies": {
18-
"@microsoft/gulp-core-build": ">=2.3.0 <3.0.0",
18+
"@microsoft/gulp-core-build": ">=2.3.1 <3.0.0",
1919
"@types/es6-promise": "0.0.32",
2020
"@types/gulp": "^3.8.32",
2121
"@types/node": "^6.0.46",

gulp-core-build/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",
33
"entries": [
4+
{
5+
"version": "2.3.1",
6+
"tag": "@microsoft/gulp-core-build_v2.3.1",
7+
"date": "Thu, 09 Feb 2017 02:35:45 GMT",
8+
"comments": {
9+
"patch": [
10+
{
11+
"comment": "Don't watch process exit if user passed in the -h flag."
12+
}
13+
]
14+
}
15+
},
416
{
517
"version": "2.3.0",
618
"tag": "@microsoft/gulp-core-build_v2.3.0",

0 commit comments

Comments
 (0)