chore: Use src folder instead of lib
This commit is contained in:
@@ -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",
|
||||||
|
@@ -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": {
|
||||||
|
Reference in New Issue
Block a user