Skip to content

Commit

Permalink
refactor: bump packages versions (#784)
Browse files Browse the repository at this point in the history
* refactor: typescript/tslint fixes

* refactor: rework metadataPropertyBase

* refactor: rework importDestructuringSpacing

* refactor: rework usePipeDecorator

* refactor: rework usePipeTransformInterface

* refactor: rework useLifecycleInterface

* refactor: rework noForwardRef

* refactor: compatibility typescript 3.3

* refactor: rework noConflictingLifecycle

* refactor: rework SelectorPropertyBase and its descendants

* refactor: package and its related changes

* refactor: rollback kebabToCamelCase function

* fix: remove missing extra comma
  • Loading branch information
rafaelss95 authored and mgechev committed Mar 6, 2019
1 parent 27c0bba commit 43e2d09
Show file tree
Hide file tree
Showing 47 changed files with 3,029 additions and 8,877 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ dist
npm-debug.log
.vscode
*.log
.package-lock.json
6 changes: 6 additions & 0 deletions .huskyrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged && npm test"
}
}
Loading

0 comments on commit 43e2d09

Please sign in to comment.