Skip to content

Commit a7f71d3

Browse files
fix: minor improvements to the package.json
1 parent f95fe3d commit a7f71d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"name": "@consento/promise",
33
"version": "1.0.5",
44
"private": true,
5-
"description": "Promise utilities used in Consento",
6-
"main": "dist/index.js",
5+
"description": "Helpful utilities to work with AbortController/-Signal.",
6+
"main": "index.js",
77
"scripts": {
88
"ci": "npm run lint && npm run test -- --no-watchman",
99
"test": "jest --env=node",
1010
"build-ts": "tsc",
1111
"watch-ts": "tsc -w",
1212
"pack": "pack-ts",
13-
"release": "npm run ci && npm run build-ts && npm run pack && cd dist && npm publish --access=public",
13+
"release": "npm run ci && npm run pack && cd dist && npm publish --access=public",
1414
"lint": "eslint --ext .js,.ts ."
1515
},
1616
"keywords": [

0 commit comments

Comments
 (0)