switch to pulling deps from npm
This commit is contained in:
parent
4faf84ad7e
commit
e6598c2275
@ -11,7 +11,7 @@ WORK_DIR=`mktemp -d`
|
||||
|
||||
echo 'Creating a sandbox with the CLI and Nx Schematics...'
|
||||
touch $WORK_DIR/package.json
|
||||
echo '{"dependencies": {"@angular/cli": "nrwl/fix-cli-build", "@nrwl/schematics": "nrwl/schematics-build"}}' > $WORK_DIR/package.json
|
||||
echo '{"dependencies": {"@angular/cli": "nrwl/fix-cli-build", "@nrwl/schematics": "^0.0.6"}}' > $WORK_DIR/package.json
|
||||
|
||||
cd $WORK_DIR
|
||||
npm install --silent
|
||||
|
||||
@ -2,8 +2,8 @@ export const angularCliVersion = 'nrwl/fix-cli-build';
|
||||
export const angularVersion = '^4.4.4';
|
||||
export const angularJsVersion = '1.6.6';
|
||||
export const ngrxVersion = '^4.0.0';
|
||||
export const nxVersion = 'nrwl/nx-build';
|
||||
export const schematicsVersion = 'nrwl/schematics-build';
|
||||
export const nxVersion = '^0.0.6';
|
||||
export const schematicsVersion = '^0.0.6';
|
||||
export const prettierVersion = '1.7.4';
|
||||
|
||||
export const libVersions = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user