Skip to content

Commit cd99ec1

Browse files
authored
Patch bump, loosen upstream dependenciesg (microsoft#6)
1 parent c2aec2b commit cd99ec1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"name": "@microsoft/gulp-core-build-webpack",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
77
"license": "MIT",
88
"dependencies": {
9-
"@microsoft/gulp-core-build": "^0.10.0",
9+
"@microsoft/gulp-core-build": ">=0.11.0 <1.0.0",
1010
"gulp": "~3.9.1",
1111
"gulp-util": "~3.0.7",
1212
"webpack": "~1.13.0"
1313
},
1414
"devDependencies": {
15-
"@microsoft/node-library-build": "^0.3.1"
15+
"@microsoft/node-library-build": ">=0.3.1 <1.0.0"
1616
},
1717
"optionalDependencies": {
1818
"fsevents": "*"

0 commit comments

Comments
 (0)