|
@@ -3,7 +3,6 @@
|
|
|
"version": "0.1.0",
|
|
"version": "0.1.0",
|
|
|
"description": "utilities to help working with promises",
|
|
"description": "utilities to help working with promises",
|
|
|
"main": "index.js",
|
|
"main": "index.js",
|
|
|
- "types": "types/index.d.ts",
|
|
|
|
|
"scripts": {
|
|
"scripts": {
|
|
|
"test": "npm run lint && npm run format && npm run types:check && npm run test:unit",
|
|
"test": "npm run lint && npm run format && npm run types:check && npm run test:unit",
|
|
|
"test:unit": "mocha --exit test/**/*.{js,cjs}",
|
|
"test:unit": "mocha --exit test/**/*.{js,cjs}",
|
|
@@ -12,9 +11,7 @@
|
|
|
"format": "prettier --list-different $PWD/'**/*.{js,cjs}'",
|
|
"format": "prettier --list-different $PWD/'**/*.{js,cjs}'",
|
|
|
"format:fix": "prettier --write $PWD/'**/*.{js,cjs}'",
|
|
"format:fix": "prettier --write $PWD/'**/*.{js,cjs}'",
|
|
|
"test:ci": "npm run test:unit",
|
|
"test:ci": "npm run test:unit",
|
|
|
- "types:build": "[ -d types ] || tsc --noEmit false --emitDeclarationOnly",
|
|
|
|
|
- "types:check": "tsc --noEmit",
|
|
|
|
|
- "types:rebuild": "rm -rf types && npm run types:build"
|
|
|
|
|
|
|
+ "types:check": "tsc --noEmit"
|
|
|
},
|
|
},
|
|
|
"author": "Overleaf (https://www.overleaf.com)",
|
|
"author": "Overleaf (https://www.overleaf.com)",
|
|
|
"license": "AGPL-3.0-only",
|
|
"license": "AGPL-3.0-only",
|