Skip to content

Commit

Permalink
Pin minor version of fable-compiler-dotnet
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsogarciacaro committed Nov 16, 2018
1 parent 4ae593b commit 6c09c94
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
**/package-lock.json -diff
**/yarn.lock -diff
**/paket.lock -diff
.paket/** -diff
.vscode/** -diff

###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
Expand All @@ -17,7 +23,7 @@
#
# Merging from the command prompt will add diff markers to the files if there
# are conflicts (Merging from VS is not affected by the settings below, in VS
# the diff markers are never inserted). Diff markers may cause the following
# the diff markers are never inserted). Diff markers may cause the following
# file extensions to fail to load in VS. An alternative would be to treat
# these files as binary and thus will always conflict and require user
# intervention with every merge. To do so, just uncomment the entries below
Expand Down Expand Up @@ -46,9 +52,9 @@

###############################################################################
# diff behavior for common document formats
#
#
# Convert binary document formats to text before diffing them. This feature
# is only available from the command line. Turn it on by uncommenting the
# is only available from the command line. Turn it on by uncommenting the
# entries below.
###############################################################################
#*.doc diff=astextplain
Expand Down
2 changes: 1 addition & 1 deletion src/js/fable-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
},
"dependencies": {
"@types/babel__core": "^7.0.1",
"fable-compiler-dotnet": "^2.1.0-alpha-002"
"fable-compiler-dotnet": "~2.1.0-alpha-002"
}
}
2 changes: 1 addition & 1 deletion src/js/fable-splitter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@babel/core": "^7.0.0",
"@babel/plugin-transform-modules-commonjs": "^7.1.0",
"chokidar": "^2.0.4",
"fable-compiler-dotnet": "^2.1.0-alpha-002",
"fable-compiler-dotnet": "~2.1.0-alpha-002",
"fs-extra": "^7.0.0",
"nodemon": "^1.18.6"
},
Expand Down

0 comments on commit 6c09c94

Please sign in to comment.