File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.0.4 / 2018-12-3
4+
5+ - Replace ` pre-commit ` with ` husky `
6+
37## 1.0.3 / 2018-12-1
48
59- Add PHP linting
Original file line number Diff line number Diff line change 55Description: Add custom data attributes to Gravity Forms fields.
66Author: Matt Mirus
77Author URI: https://github.com/mmirus
8- Version: 1.0.3
8+ Version: 1.0.4
99GitHub Plugin URI: https://github.com/mmirus/gravity-forms-data-attributes
1010 */
1111
Original file line number Diff line number Diff line change 11{
22 "name" : " gravity-forms-data-attributes" ,
3- "version" : " 1.0.3 " ,
3+ "version" : " 1.0.4 " ,
44 "description" : " Add custom data attributes to Gravity Forms fields." ,
55 "private" : true ,
66 "repository" : " git@github.com:mmirus/gravity-forms-data-attributes.git" ,
1313 "lint:styles" : " stylelint \" assets/*.css\" " ,
1414 "test" : " npm run -s lint && composer test"
1515 },
16- "pre-commit" : [
17- " test"
18- ],
16+ "husky" : {
17+ "hooks" : {
18+ "pre-commit" : " npm test"
19+ }
20+ },
1921 "devDependencies" : {
2022 "eslint" : " ^5.9.0" ,
2123 "eslint-plugin-import" : " ^2.14.0" ,
22- "pre-commit " : " ^1.2.2 " ,
24+ "husky " : " ^1.2.0 " ,
2325 "stylelint" : " ^9.9.0" ,
2426 "stylelint-config-standard" : " ^18.2.0"
2527 }
You can’t perform that action at this time.
0 commit comments