Add the npm 5 lockfile to source

This commit is contained in:
Nate McMaster 2017-06-06 15:29:53 -07:00
parent 523517f60c
commit 05dd8c7386
4 changed files with 2124 additions and 2 deletions

View File

@ -6,7 +6,7 @@ env:
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
- DOTNET_CLI_TELEMETRY_OPTOUT: 1
- SIGNALR_TESTS_VERBOSE: 1
- TRAVIS_NODE_VERSION: 6.9.1
- TRAVIS_NODE_VERSION: 8.0.0
mono: none
python:
- "2.7"

View File

@ -11,7 +11,7 @@ branches:
build_script:
- ps: .\build.ps1
install:
- ps: Install-Product node 6
- ps: Install-Product node 8
clone_depth: 1
test: off
deploy: off

View File

@ -44,6 +44,7 @@
<Exec Command="npm version $(ModuleVersion)" WorkingDirectory="$(MSBuildThisFileDirectory).." Condition="'$(VersionSuffix)' != ''" />
<Exec Command="npm pack" WorkingDirectory="$(MSBuildThisFileDirectory).." />
<Exec Command="git checkout HEAD -- $(MSBuildThisFileDirectory)../package.json" Condition="'$(VersionSuffix)' != ''" />
<Exec Command="git checkout HEAD -- $(MSBuildThisFileDirectory)../package-lock.json" Condition="'$(VersionSuffix)' != ''" />
<ItemGroup>
<TSClient Include="$(MSBuildThisFileDirectory)../signalr-client*.tgz" />

2121
client-ts/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff