Skip to content

Commit d158cfc

Browse files
author
Sagar Jain
committed
feat: improved instagram feed CSS and 404 page redesign
1 parent 59b289a commit d158cfc

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gatsby-wordpress-typescript-scss-blog",
33
"private": true,
44
"description": "A Gatsby starter template for a Wordpress blog, built using Typescript, SCSS and Ant Design",
5-
"version": "1.0.3",
5+
"version": "1.0.4",
66
"author": "Sagar Jain <[email protected]>",
77
"homepage": "https://github.com/sagar7993/gatsby-wordpress-typescript-scss-blog",
88
"keywords": [
@@ -89,12 +89,6 @@
8989
"tslint-react": "^4.0.0",
9090
"typescript": "^3.0.0"
9191
},
92-
"husky": {
93-
"hooks": {
94-
"pre-commit": "npm run lint",
95-
"pre-push": "npm run build && git add public && git commit -m 'fix: updated public folder for release'"
96-
}
97-
},
9892
"browserslist": [
9993
">0.2%",
10094
"not dead",

0 commit comments

Comments
 (0)