Skip to content

Commit f5e23c6

Browse files
committed
chore: semantic-release
1 parent 9bff491 commit f5e23c6

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "express-rest-file-server",
3-
"version": "1.0.3",
3+
"version": "0.0.0-development",
44
"description": "CRUD operations with files storing in-memory or disk",
55
"keywords": [
66
"node",
@@ -15,7 +15,7 @@
1515
"license": "MIT",
1616
"repository": {
1717
"type": "git",
18-
"url": "[email protected]:bitIO/express-rest-file-server.git"
18+
"url": "https:[email protected]:bitIO/express-rest-file-server.git"
1919
},
2020
"bugs": {
2121
"url": "https://github.com/bitIO/express-rest-file-server/issues"
@@ -30,7 +30,8 @@
3030
"prepublishOnly": "pkg-ok",
3131
"start": "node index.js",
3232
"start:disk": "node index.js --storageType=disk",
33-
"test": "echo \"Error: no test specified\" && exit 0"
33+
"test": "echo \"Error: no test specified\" && exit 0",
34+
"semantic-release": "semantic-release"
3435
},
3536
"dependencies": {
3637
"body-parser": "^1.18.2",
@@ -43,7 +44,8 @@
4344
"eslint": "^4.19.1",
4445
"eslint-config-airbnb-base": "^12.1.0",
4546
"eslint-plugin-import": "^2.11.0",
46-
"pkg-ok": "^2.2.0"
47+
"pkg-ok": "^2.2.0",
48+
"semantic-release": "^15.3.1"
4749
},
4850
"eslintConfig": {
4951
"extends": "airbnb-base",
@@ -60,4 +62,4 @@
6062
]
6163
}
6264
}
63-
}
65+
}

0 commit comments

Comments
 (0)