File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " express-rest-file-server" ,
3
- "version" : " 1 .0.3 " ,
3
+ "version" : " 0 .0.0-development " ,
4
4
"description" : " CRUD operations with files storing in-memory or disk" ,
5
5
"keywords" : [
6
6
" node" ,
15
15
"license" : " MIT" ,
16
16
"repository" : {
17
17
"type" : " git" ,
18
- "url" :
" [email protected] :bitIO/express-rest-file-server.git"
18
+ "url" :
" https: [email protected] :bitIO/express-rest-file-server.git"
19
19
},
20
20
"bugs" : {
21
21
"url" : " https://github.com/bitIO/express-rest-file-server/issues"
30
30
"prepublishOnly" : " pkg-ok" ,
31
31
"start" : " node index.js" ,
32
32
"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"
34
35
},
35
36
"dependencies" : {
36
37
"body-parser" : " ^1.18.2" ,
43
44
"eslint" : " ^4.19.1" ,
44
45
"eslint-config-airbnb-base" : " ^12.1.0" ,
45
46
"eslint-plugin-import" : " ^2.11.0" ,
46
- "pkg-ok" : " ^2.2.0"
47
+ "pkg-ok" : " ^2.2.0" ,
48
+ "semantic-release" : " ^15.3.1"
47
49
},
48
50
"eslintConfig" : {
49
51
"extends" : " airbnb-base" ,
60
62
]
61
63
}
62
64
}
63
- }
65
+ }
You can’t perform that action at this time.
0 commit comments