Skip to content

Commit be351e2

Browse files
committed
Release 0.2.0
1 parent 8e79dbb commit be351e2

File tree

2 files changed

+22
-12
lines changed

2 files changed

+22
-12
lines changed

package.json

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,35 @@
11
{
22
"name": "nestjs-expo-notifications",
3-
"version": "0.1.8",
4-
"description": "Expo notification module for nestjs",
3+
"version": "0.2.0",
4+
"description": "Injectable Expo Notifications client for Nestjs",
55
"author": "Lukasz Lupa",
66
"private": false,
77
"repository": {
88
"url": "https://github.com/LukaszLupa/nestjs-expo-notifications",
99
"type": "git"
1010
},
11+
"keywords": [
12+
"nestjs",
13+
"expo",
14+
"notifications",
15+
"mobile",
16+
"app",
17+
"client",
18+
"sdk",
19+
"typescript",
20+
"nestjs-expo-notifications",
21+
"expo-server-sdk"
22+
],
1123
"scripts": {
1224
"prebuild": "rimraf dist",
13-
"build": "tsc -p tsconfig.json",
14-
"deploy": "sh ./publish.sh"
25+
"build": "tsc -p tsconfig.json"
1526
},
1627
"main": "dist/index.js",
1728
"types": "dist/index.d.ts",
1829
"files": [
1930
"dist/**/*"
2031
],
2132
"license": "MIT",
22-
"dependencies": {
23-
"expo-server-sdk": "^3.6.0"
24-
},
2533
"devDependencies": {
2634
"@nestjs/cli": "^7.5.1",
2735
"@nestjs/common": "^7.5.1",
@@ -44,6 +52,12 @@
4452
"ts-loader": "^8.0.8",
4553
"ts-node": "^9.0.0",
4654
"tsconfig-paths": "^3.9.0",
47-
"typescript": "^4.0.5"
55+
"typescript": "^4.0.5",
56+
"expo-server-sdk": "^3.6.0"
57+
},
58+
"peerDependencies": {
59+
"@nestjs/common": "^7.0.0",
60+
"@nestjs/core": "^7.0.0",
61+
"expo-server-sdk": "^3.0.0"
4862
}
4963
}

publish.sh

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)