We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f95fe3d commit a7f71d3Copy full SHA for a7f71d3
package.json
@@ -2,15 +2,15 @@
2
"name": "@consento/promise",
3
"version": "1.0.5",
4
"private": true,
5
- "description": "Promise utilities used in Consento",
6
- "main": "dist/index.js",
+ "description": "Helpful utilities to work with AbortController/-Signal.",
+ "main": "index.js",
7
"scripts": {
8
"ci": "npm run lint && npm run test -- --no-watchman",
9
"test": "jest --env=node",
10
"build-ts": "tsc",
11
"watch-ts": "tsc -w",
12
"pack": "pack-ts",
13
- "release": "npm run ci && npm run build-ts && npm run pack && cd dist && npm publish --access=public",
+ "release": "npm run ci && npm run pack && cd dist && npm publish --access=public",
14
"lint": "eslint --ext .js,.ts ."
15
},
16
"keywords": [
0 commit comments