Skip to content

Commit

Permalink
Install husky
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenjoezhang committed Jul 12, 2020
1 parent 1b00414 commit 78da9ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,16 @@
"eslint-config-theme-next": "1.2.0",
"gulp": "4.0.2",
"gulp-shell": "0.8.0",
"husky": "4.2.5",
"js-yaml": "3.14.0",
"stylint": "2.0.0"
},
"engines": {
"node": ">=10.9.0"
},
"husky": {
"hooks": {
"pre-commit": "gulp"
}
}
}
2 changes: 1 addition & 1 deletion source/js/next-boot.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ NexT.boot.registerEvents = function() {
targets : panel[index],
easing : 'linear',
opacity : [0, 1],
translateY: [-20, 0],
translateY: [-20, 0]
});
}
});
Expand Down

0 comments on commit 78da9ab

Please sign in to comment.