Skip to content

Commit 8c8df3a

Browse files
committed
chore: lerna
1 parent 5f0724e commit 8c8df3a

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

plugin/package.json

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,12 @@
66
"typings": "sqlite.d.ts",
77
"sideEffects": false,
88
"scripts": {
9-
"preuninstall": "node preuninstall.js",
10-
"postinstall": "node postinstall.js"
119
},
1210
"nativescript": {
1311
"platforms": {
1412
"android": "6.2.0",
1513
"ios": "6.2.0"
16-
},
17-
"hooks": [
18-
{
19-
"type": "before-prepare",
20-
"script": "scripts/before-prepare.js",
21-
"inject": true
22-
}
23-
]
14+
}
2415
},
2516
"keywords": [
2617
"NativeScript",
@@ -39,9 +30,12 @@
3930
"homepage": "https://github.com/TestJG/nativescript-akylas-sqlite",
4031
"readmeFilename": "README.md",
4132
"repository": "TestJG/nativescript-akylas-sqlite",
42-
"dependencies": {
33+
34+
"peerDependencies": {
4335
"@nano-sql/core": "^2.3.7",
44-
"@nativescript-community/typeorm": "*",
36+
"@nativescript-community/typeorm": "0.2.28-1"
37+
},
38+
"dependencies": {
4539
"@nativescript/hook": "~2.0.0"
4640
}
4741
}

0 commit comments

Comments
 (0)