Skip to content

Commit cc7b922

Browse files
committed
Update package.json to change the name and version, and add a publishConfig for public access
1 parent 46c6403 commit cc7b922

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
2-
"name": "@karinca/nodejs-express-sequelize-mysql-api-boilerplate",
3-
"version": "1.0.0",
2+
"name": "@gulali/nodejs-express-sequelize-mysql-api-boilerplate",
3+
"version": "1.0.1",
44
"description": "",
55
"main": "index.js",
6+
"publishConfig": {
7+
"access": "public"
8+
},
69
"scripts": {
710
"prepare": "npx sequelize-cli db:create && npx sequelize-cli db:migrate",
811
"start:dev": "pm2 start --env dev",

0 commit comments

Comments
 (0)