Skip to content

Commit 05ab956

Browse files
committedJun 20, 2019
Fixed files for npm release
1 parent 371b7b2 commit 05ab956

File tree

2 files changed

+20
-7
lines changed

2 files changed

+20
-7
lines changed
 

‎.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

‎package.json

+19-7
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,30 @@
11
{
22
"name": "@kenavr/promise-operators",
33
"version": "0.1.0",
4-
"description": "",
4+
"description": "A couple of rxjs inspired operators for promises",
55
"main": "dist/index.js",
6+
"devDependencies": {
7+
"jest": "^24.8.0",
8+
"ts-jest": "^24.0.2",
9+
"typescript": "^3.5.1"
10+
},
611
"scripts": {
712
"build": "tsc -p tsconfig.json",
813
"test": "jest"
914
},
15+
"repository": {
16+
"type": "git",
17+
"url": "git+https://github.com/KenavR/promise-operators.git"
18+
},
19+
"keywords": [
20+
"promise",
21+
"promise-chain",
22+
"operators"
23+
],
1024
"author": "KenavR",
1125
"license": "MIT",
12-
"devDependencies": {
13-
"@types/jest": "^24.0.13",
14-
"jest": "^24.8.0",
15-
"ts-jest": "^24.0.2",
16-
"typescript": "^3.5.1"
17-
}
26+
"bugs": {
27+
"url": "https://github.com/KenavR/promise-operators/issues"
28+
},
29+
"homepage": "https://github.com/KenavR/promise-operators#readme"
1830
}

0 commit comments

Comments
 (0)