removed NPM from package

This commit is contained in:
Adhiraj Singh
2020-09-06 16:08:14 +05:30
committed by GitHub
parent f12f6fd90d
commit 13ab46d0e1

View File

@@ -17,9 +17,9 @@
], ],
"scripts": { "scripts": {
"test": "mocha --timeout 240000 -r ts-node/register src/Tests/Tests.*.ts", "test": "mocha --timeout 240000 -r ts-node/register src/Tests/Tests.*.ts",
"prepare": "npm run build:tsc", "prepare": "tsc",
"lint": "eslint '*/*.ts' --quiet --fix", "lint": "eslint '*/*.ts' --quiet --fix",
"build:all": "npm run build:tsc && npm run build:docs", "build:all": "tsc && typedoc",
"build:docs": "typedoc", "build:docs": "typedoc",
"build:tsc": "tsc", "build:tsc": "tsc",
"example": "npx ts-node Example/example.ts", "example": "npx ts-node Example/example.ts",