Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
⬆️ (dependency) Bumping Pointers
Browse files Browse the repository at this point in the history
  • Loading branch information
PhearZero committed Sep 9, 2019
1 parent 9ca5f7a commit 7d16463
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"@semantic-release/git": "^7.0.16",
"@semantic-release/release-notes-generator": "^7.3.0",
"commitlint-config-gitmoji": "^1.0.1",
"cross-env": "^5.2.1",
"cz-emoji": "^1.1.2",
"dateformat": "^3.0.3",
"husky": "^3.0.5",
Expand All @@ -22,7 +23,7 @@
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "pnpm test -r"
"pre-commit": "cross-env CI=true pnpm test -r"
}
},
"config": {
Expand Down
2 changes: 1 addition & 1 deletion packages/components
Submodule components updated 1 files
+6 −9 README.md
2 changes: 1 addition & 1 deletion packages/docs
Submodule docs updated from 23f5a0 to 57243e
2 changes: 1 addition & 1 deletion packages/frontend
Submodule frontend updated 0 files

0 comments on commit 7d16463

Please sign in to comment.