Skip to content

Commit

Permalink
update scripts for yarn issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Perkins committed May 30, 2019
1 parent 312b93e commit a23a8ad
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build:countup": "ng-packagr -p projects/count-up/ng-package.json",
"pack:countup": "cd dist/count-up && yarn pack && cd ../..",
"package:countup": "yarn build:countup && yarn pack:countup",
"install-tarball": "yarn add file:./dist/count-up/countup.js-angular2-v7.3.0.tgz",
"install-tarball": "npm i ./dist/count-up/countup.js-angular2-v7.3.0.tgz",
"all": "yarn package:countup && yarn install-tarball",
"reset:countup": "yarn remove countup.js-angular2",
"test": "jest",
Expand All @@ -31,6 +31,7 @@
"@briebug/jest-schematic": "^1.6.0",
"core-js": "^2.5.7",
"countup.js": "^2.0.4",
"countup.js-angular2": "file:dist/count-up/countup.js-angular2-v7.3.0.tgz",
"rxjs": "~6.5.2",
"zone.js": "~0.9.1"
},
Expand Down
1 change: 1 addition & 0 deletions src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { NgModule } from '@angular/core';

import { AppComponent } from './app.component';
import { FormsModule } from '@angular/forms';
// import { CountUpModule } from 'countup.js-angular2';
import { CountUpModule } from '../../projects/count-up/src/lib/count-up.module';
import { DebugChangeDetectionComponent } from './debug-change-detection.component';

Expand Down

0 comments on commit a23a8ad

Please sign in to comment.