Skip to content

Commit d82d002

Browse files
committed
chore: project
1 parent f6b77a0 commit d82d002

File tree

4 files changed

+9
-9629
lines changed

4 files changed

+9
-9629
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ plugin/**/*.d.ts
1515
!plugin/platforms
1616
/plugin/platforms/android/ble.aar
1717
package-lock.json
18+
pnpm-lock.yaml

.prettierrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"printWidth": 200,
33
"semi": true,
44
"tabWidth": 4,
5-
"singleQuote": true
5+
"singleQuote": true,
6+
"trailingComma": "none"
67
}

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,26 +51,27 @@
5151
},
5252
"homepage": "https://github.com/eddyverbruggen/@nativescript-community/ble",
5353
"devDependencies": {
54-
"@nativescript/core": "7.0.0",
54+
"@commitlint/cli": "^9.1.2",
55+
"@commitlint/config-conventional": "^9.1.2",
56+
"@nativescript/core": "7.0.13",
5557
"@nativescript/types": "7.0.1",
5658
"@nativescript/webpack": "3.0.0",
59+
"@types/node": "^14.6.2",
5760
"@typescript-eslint/eslint-plugin": "4.0.1",
5861
"@typescript-eslint/parser": "4.0.1",
59-
"@commitlint/cli": "^9.1.2",
60-
"@commitlint/config-conventional": "^9.1.2",
61-
"@types/node": "^14.6.2",
6262
"eslint": "7.8.0",
6363
"husky": "^4.2.5",
6464
"lerna": "^3.22.1",
6565
"npm-watch": "^0.7.0",
6666
"prompt": "^1.0.0",
6767
"rimraf": "^3.0.2",
6868
"ts-patch": "^1.3.0",
69+
"typedoc": "^0.19.2",
6970
"typescript": "~4.0.2"
7071
},
7172
"dependencies": {
72-
"make-error": "1.3.6",
7373
"@nativescript-community/observable": "^2.0.8",
74+
"make-error": "1.3.6",
7475
"p-queue": "^6.6.1",
7576
"ts-node": "^9.0.0"
7677
},

0 commit comments

Comments
 (0)