Skip to content

Commit e4f868a

Browse files
committed
modfied package.json and added keywords and repo url
1 parent bb9555f commit e4f868a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

package.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,24 @@
2626
"test:check-coverage": "yarn test:coverage && istanbul check-coverage",
2727
"report-coverage": "coveralls < ./coverage/lcov.info"
2828
},
29+
"repository": {
30+
"type": "git",
31+
"url": "[email protected]:gauravprwl14/node-express-postgres-sequelize-es6-rest-api.git"
32+
},
33+
"keywords": [
34+
"express",
35+
"node",
36+
"node.js",
37+
"postgreSQL",
38+
"sequelize",
39+
"es6",
40+
"mocha",
41+
"istanbul",
42+
"REST",
43+
"API",
44+
"boilerplate",
45+
"starter-kit"
46+
],
2947
"dependencies": {
3048
"babel-polyfill": "6.26.0",
3149
"bluebird": "3.5.1",

0 commit comments

Comments
 (0)