Skip to content

Commit 573874a

Browse files
committed
reversed back some changes
1 parent fb43962 commit 573874a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docs/documentation/docs/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22

33
This repository provides developers with a set of reusable React controls that can be used in SharePoint Framework (SPFx) solutions. The project provides controls for building web parts and extensions.
44

5-
!!! attention
6-
In order to migrate to `v2` it is advicded to follow this guide: [Migrating from V1](./guides/migrate-from-v1).
7-
85
![Placeholder example](./assets/placeholder-intro.png)
96

107
!!! attention

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,10 @@
9494
"Rodrigues, Joel <>",
9595
"Struyf, Elio <[email protected]>",
9696
"Terentiev, Alex <[email protected]>"
97-
]
97+
],
98+
"husky": {
99+
"hooks": {
100+
"pre-commit": "npm run changelog"
101+
}
102+
}
98103
}

0 commit comments

Comments
 (0)