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", "homepage": "https://github.com/automatisch/automatisch#readme",
"main": "lib/backend.js", "main": "src/backend.js",
"directories": { "directories": {
"lib": "lib", "src": "src",
"test": "__tests__" "test": "__tests__"
}, },
"files": [ "files": [
"lib" "src"
], ],
"repository": { "repository": {
"type": "git", "type": "git",

View File

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