Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

Commit

Permalink
release 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed Dec 17, 2017
1 parent 2380568 commit 6cf7c57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"ng": "ng",
"start": "ng serve",
"build": "ng-packagr -p src/lib/package.json && node prepublish.js",
"publish": "cd dist/packages-dist && npm publish",
"publish": "cd dist && npm publish",
"bundlesize": "npx bundlesize",
"test": "ng test --code-coverage --single-run",
"lint": "ng lint --type-check",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-trend",
"version": "3.0.2",
"version": "3.0.3",
"description": "ngx-trend Angular component",
"peerDependencies": {
"@angular/animations": ">=5.0.0 <=6.0.0",
Expand Down

0 comments on commit 6cf7c57

Please sign in to comment.