chore: Use src folder instead of lib

This commit is contained in:
Faruk AYDIN
2021-10-02 13:52:55 +02:00
committed by Ali BARIN
parent fb3de58ccf
commit b51bb41bdc
4 changed files with 6 additions and 6 deletions

View File

@@ -9,13 +9,13 @@
}
],
"homepage": "https://github.com/automatisch/automatisch#readme",
"main": "lib/backend.js",
"main": "src/backend.js",
"directories": {
"lib": "lib",
"src": "src",
"test": "__tests__"
},
"files": [
"lib"
"src"
],
"repository": {
"type": "git",

View File

@@ -9,14 +9,14 @@
}
],
"homepage": "https://github.com/automatisch/automatisch#readme",
"main": "lib/cli.js",
"main": "src/cli.js",
"directories": {
"bin": "bin",
"lib": "lib",
"src": "src",
"test": "__tests__"
},
"files": [
"lib",
"src",
"bin"
],
"repository": {