Skip to content

Commit 37daa4b

Browse files
author
followDev
committed
Added attributes
1 parent 7b3b188 commit 37daa4b

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.css linguist-detectable=false
2+
*.js linguist-detectable=true

package.json

+7
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88
"start": "next start",
99
"export": "next build && next export"
1010
},
11+
"keywords": [
12+
"react",
13+
"reactjs",
14+
"ecommerce",
15+
"nextjs",
16+
"next"
17+
],
1118
"dependencies": {
1219
"next": "9.4.4",
1320
"rc-slider": "^9.3.1",

0 commit comments

Comments
 (0)